mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
mobile optimizations
This commit is contained in:
@@ -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"
|
||||
}`}
|
||||
|
||||
Reference in New Issue
Block a user