fucking shitty nav
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user