diff --git a/apps/web/src/app/(home)/_components/Navbar.tsx b/apps/web/src/app/(home)/_components/Navbar.tsx index e9dac02..546f421 100644 --- a/apps/web/src/app/(home)/_components/Navbar.tsx +++ b/apps/web/src/app/(home)/_components/Navbar.tsx @@ -62,7 +62,7 @@ const Navbar = () => {
{ }} > | - + */} + {/* { @@ -131,7 +132,25 @@ const Navbar = () => { }`} > documentation - */} + + */} + { + linkRefs.current.github = ref; + }} + onMouseOver={() => setActiveLink("github")} + onMouseLeave={() => setActiveLink("home")} + className={`text-gray-300 hover:text-blue-300 transition-colors py-2 px-4 rounded-md relative flex gap-2 items-center font-mono ${ + scrolled + ? "sm:opacity-100 sm:translate-y-0" + : "sm:opacity-0 sm:pointer-events-none" + }`} + > + {" "} + github +