pages and menus

This commit is contained in:
Timur Ercan
2022-12-08 16:04:22 +01:00
parent 08b6957b27
commit ca6fb819c8
5 changed files with 25 additions and 16 deletions

View File

@ -19,7 +19,7 @@ const user = {
};
const navigation = [
{ name: "Dashboard", href: "/dashboard", current: true },
{ name: "Team", href: "/team", current: false },
{ name: "Documents", href: "/documents", current: false },
{ name: "Settings", href: "/settings" },
];
const userNavigation = [