We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024ed1f commit 59e469fCopy full SHA for 59e469f
1 file changed
components/Footer.tsx
@@ -24,7 +24,7 @@ const Footer = () => {
24
<span>created by me</span>
25
<div className="flex items-center space-x-4">
26
{/* Updated link hover color and use FaGithub */}
27
- <Link href="https://github.com" target="_blank" rel="noopener noreferrer" className="text-gray-400 hover:text-gray-200">
+ <Link href="https://github.com/grigio/binaural-beat-player" target="_blank" rel="noopener noreferrer" className="text-gray-400 hover:text-gray-200">
28
<FaGithub className="h-5 w-5" /> {/* Use FaGithub icon */}
29
</Link>
30
{/* Updated button styles */}
0 commit comments