Remove admin page, Add nav button, and basic auth
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user