diff --git a/app/components/AppSidebar.vue b/app/components/AppSidebar.vue index 8fb125b..702e816 100644 --- a/app/components/AppSidebar.vue +++ b/app/components/AppSidebar.vue @@ -26,7 +26,12 @@ const data = { navMain: [ { title: "Dashboard", - url: "#", + url: "/admin/dashboard", + icon: Grid, + }, + { + title: "Jenis Bisnis", + url: "/admin/business-types", icon: Grid, }, ], @@ -34,14 +39,14 @@ const data = {