Skip to content

Commit 59e469f

Browse files
author
g
committed
fix github link
1 parent 024ed1f commit 59e469f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const Footer = () => {
2424
<span>created by me</span>
2525
<div className="flex items-center space-x-4">
2626
{/* 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">
27+
<Link href="https://github.com/grigio/binaural-beat-player" target="_blank" rel="noopener noreferrer" className="text-gray-400 hover:text-gray-200">
2828
<FaGithub className="h-5 w-5" /> {/* Use FaGithub icon */}
2929
</Link>
3030
{/* Updated button styles */}

0 commit comments

Comments
 (0)