Remove admin page, Add nav button, and basic auth

This commit is contained in:
Andy
2026-03-21 12:04:46 +00:00
parent b83762bfc3
commit 4741546adf
3 changed files with 0 additions and 499 deletions

View File

@@ -7,7 +7,6 @@ import { motion } from "framer-motion"
const navItems = [
{ href: "/", label: "Home", icon: "◈" },
{ href: "/map", label: "Map", icon: "◉" },
{ href: "/admin", label: "Add", icon: "+" },
]
export default function Nav() {