From 56ce1b563ac5cda8b79e5b3718521150d4636e4f Mon Sep 17 00:00:00 2001 From: headlessdev Date: Sat, 12 Apr 2025 13:21:03 +0200 Subject: [PATCH] Sidebar Update --- app/dashboard/applications/Applications.tsx | 2 +- app/dashboard/servers/Servers.tsx | 2 +- components/app-sidebar.tsx | 14 ++++++++------ 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/app/dashboard/applications/Applications.tsx b/app/dashboard/applications/Applications.tsx index 1a4d214..ae9f14f 100644 --- a/app/dashboard/applications/Applications.tsx +++ b/app/dashboard/applications/Applications.tsx @@ -129,7 +129,7 @@ export default function Dashboard() { - Customization + My Infrastructure diff --git a/app/dashboard/servers/Servers.tsx b/app/dashboard/servers/Servers.tsx index 3916754..5015dab 100644 --- a/app/dashboard/servers/Servers.tsx +++ b/app/dashboard/servers/Servers.tsx @@ -129,7 +129,7 @@ export default function Dashboard() { - Customization + My Infrastructure diff --git a/components/app-sidebar.tsx b/components/app-sidebar.tsx index 30356c0..a90016b 100644 --- a/components/app-sidebar.tsx +++ b/components/app-sidebar.tsx @@ -29,7 +29,7 @@ const data = { url: "/dashboard" }, { - title: "Customization", + title: "My Infrastructure", url: "#", icon: Briefcase, items: [ @@ -43,12 +43,14 @@ const data = { icon: AppWindow, url: "/dashboard/applications", }, - { - title: "Settings", - icon: Settings, - url: "/Dashboard/setting", - }, + ], + + }, + { + title: "Settings", + icon: Settings, + url: "/Dashboard/setting", }, ], }