💄 Optimized web ui
This commit is contained in:
@ -11,6 +11,7 @@ interface MenuItem {
|
||||
export default function Navbar() {
|
||||
const nav: MenuItem[] = [
|
||||
{ label: "Dashboard", href: "/" },
|
||||
{ label: "Security", href: "/security" },
|
||||
{ label: "Personalise", href: "/personalise" }
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user