mobile optimizations

This commit is contained in:
2026-04-06 14:40:03 -07:00
parent 3f103c3e15
commit 997106eb92
4 changed files with 1 additions and 127 deletions

View File

@@ -74,6 +74,7 @@ export default function MobileNav({ transparent = false }: { transparent?: boole
<a
key={tab.href}
href={tab.href}
data-astro-reload
className={`flex flex-col items-center justify-center gap-0.5 flex-1 py-1 ${
active ? tab.color : "text-foreground/40"
}`}