From 5016ee0b2b9ad134a043c88cd02cd1e2645f4e98 Mon Sep 17 00:00:00 2001 From: prosfus Date: Fri, 3 Jan 2025 11:39:32 +0100 Subject: [PATCH] chore: rename sidebar items --- src/components/Sidebar/index.tsx | 12 ++++++------ src/routes/router.tsx | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/Sidebar/index.tsx b/src/components/Sidebar/index.tsx index f26714c..00e03d3 100644 --- a/src/components/Sidebar/index.tsx +++ b/src/components/Sidebar/index.tsx @@ -31,20 +31,20 @@ function AppSidebar() { path: "/services", }, { - title: "Minio", + title: "Buckets", icon: , path: "/minio", }, + { + title: "Notebooks", + icon: , + path: "/notebooks", + }, { title: "Info", icon: , path: "/info", }, - { - title: "Jupyter Notebook", - icon: , - path: "/jupyter-notebook", - }, ]; function handleLogout() { diff --git a/src/routes/router.tsx b/src/routes/router.tsx index 1bfb698..80333ea 100644 --- a/src/routes/router.tsx +++ b/src/routes/router.tsx @@ -30,7 +30,7 @@ function AppRouter() { } /> } /> } /> - } /> + } /> } /> } />