From 2cdd07bdb63c205f0af1e463a15a71ba44f63efe Mon Sep 17 00:00:00 2001 From: Anton Date: Sat, 14 Oct 2023 00:46:42 +0200 Subject: [PATCH] css fix --- src/Components/AppShell/SideBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/AppShell/SideBar.tsx b/src/Components/AppShell/SideBar.tsx index ff52d50a..f3ec5700 100644 --- a/src/Components/AppShell/SideBar.tsx +++ b/src/Components/AppShell/SideBar.tsx @@ -61,7 +61,7 @@ export function SideBar({ routes, bottomRoutes }: { routes: route[], bottomRoute data-te-sidenav-slim-collapsed="true" data-te-sidenav-slim-width="56" data-te-sidenav-width="160"> -
+
    { routes.map((route, k) => {