fucking shitty nav

This commit is contained in:
2025-07-24 10:35:43 -04:00
parent d85d8697bc
commit 373f081a6b

View File

@@ -6,10 +6,10 @@ import ExitToApp from '@mui/icons-material/ExitToApp';
const navItems = [ const navItems = [
{ label: "Home", href: "/" }, { label: "Home", href: "/" },
{ label: "Radio", href: "/radio" }, { label: "Radio", href: "/radio" },
{ label: "Memes", href: "/memes" },
{ blockSeparator: true }, { blockSeparator: true },
{ label: "Status", href: "https://status.boatson.boats", icon: ExitToApp }, { label: "Status", href: "https://status.boatson.boats", icon: ExitToApp },
{ label: "Git", href: "https://kode.boatson.boats", icon: ExitToApp }, { label: "Git", href: "https://kode.boatson.boats", icon: ExitToApp },
{ label: "Old Site", href: "https://old.codey.lol", icon: ExitToApp },
]; ];
const currentPath = Astro.url.pathname; const currentPath = Astro.url.pathname;