💄 Optimized web ui

This commit is contained in:
2024-02-01 00:33:01 +08:00
parent afa55c2112
commit feec2a0c52
6 changed files with 243 additions and 206 deletions

View File

@ -11,6 +11,7 @@ interface MenuItem {
export default function Navbar() {
const nav: MenuItem[] = [
{ label: "Dashboard", href: "/" },
{ label: "Security", href: "/security" },
{ label: "Personalise", href: "/personalise" }
];