diff --git a/src/App.tsx b/src/App.tsx index e70868c..0d8353f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -20,9 +20,13 @@ const router = createBrowserRouter([ element: , children: [ { - path: "/browse", + path: "/", element: , }, + // { + // path: "/browse", + // element: , + // }, { path: "/browse/:extensionId", element: , @@ -49,8 +53,8 @@ function Layout() { // Définir les onglets et leurs routes const navItems = [ - { path: "/", icon: , label: "Library" }, - { path: "/browse", icon: , label: "Browse" }, + // { path: "/", icon: , label: "Library" }, + { path: "/", icon: , label: "Browse" }, { path: "/extensions", icon: , label: "Extensions" }, { path: "/more", icon: , label: "More" }, ]; @@ -62,7 +66,7 @@ function Layout() { {/* Barre de navigation, shadow vers le haut */}