Skip to content

Commit 5603c5c

Browse files
committed
feat(ui): add Overview to admin sidebar section
1 parent 8719c9b commit 5603c5c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/dashboard/app/components/shell/app-sidebar.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ const projectItems = computed<NavItem[]>(() => {
115115
const adminItems = computed<NavItem[]>(() => {
116116
if (!isAdmin.value) return []
117117
return [
118+
{ label: "Overview", icon: "i-heroicons-home", to: "/admin", exact: true },
118119
{ label: "Users", icon: "i-heroicons-users", to: "/settings/users" },
119120
{ label: "Access", icon: "i-heroicons-shield-check", to: "/settings/access" },
120121
{ label: "Install", icon: "i-heroicons-code-bracket", to: "/settings/install" },

0 commit comments

Comments
 (0)