logo color on hover

This commit is contained in:
henrygd
2025-10-18 15:48:59 -04:00
parent 24f72ef596
commit 0d464787f2
2 changed files with 20 additions and 9 deletions

View File

@@ -39,7 +39,7 @@ export default function Navbar() {
<Link
href={basePath}
aria-label="Home"
className="p-2 ps-0 me-3"
className="p-2 ps-0 me-3 group"
onMouseEnter={runOnce(() => import("@/components/routes/home"))}
>
<Logo className="h-[1.1rem] md:h-5 fill-foreground" />