We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8719c9b commit 5603c5cCopy full SHA for 5603c5c
1 file changed
apps/dashboard/app/components/shell/app-sidebar.vue
@@ -115,6 +115,7 @@ const projectItems = computed<NavItem[]>(() => {
115
const adminItems = computed<NavItem[]>(() => {
116
if (!isAdmin.value) return []
117
return [
118
+ { label: "Overview", icon: "i-heroicons-home", to: "/admin", exact: true },
119
{ label: "Users", icon: "i-heroicons-users", to: "/settings/users" },
120
{ label: "Access", icon: "i-heroicons-shield-check", to: "/settings/access" },
121
{ label: "Install", icon: "i-heroicons-code-bracket", to: "/settings/install" },
0 commit comments