This commit is contained in:
2025-07-24 10:34:26 -04:00
parent 8faf5de77f
commit d85d8697bc
3 changed files with 3 additions and 3 deletions

View File

@@ -242,3 +242,4 @@ Custom
overflow-y: auto !important;
overscroll-behavior: contain;
}

View File

@@ -9,7 +9,7 @@ import Themes from "astro-themes";
import { ViewTransitions } from "astro:transitions";
import BaseHead from "../components/BaseHead.astro";
import Navbar from "../components/Nav.astro";
import Navbar from "./Nav.astro";
import Footer from "../components/Footer.astro";
import "@fontsource/geist-sans/400.css";

View File

@@ -6,7 +6,6 @@ import ExitToApp from '@mui/icons-material/ExitToApp';
const navItems = [
{ label: "Home", href: "/" },
{ label: "Radio", href: "/radio" },
{ label: "Memes", href: "/memes" },
{ blockSeparator: true },
{ label: "Status", href: "https://status.boatson.boats", icon: ExitToApp },
{ label: "Git", href: "https://kode.boatson.boats", icon: ExitToApp },