From fa85b372cab45a52b9b935054a515605a6281a32 Mon Sep 17 00:00:00 2001 From: Sebastian Stein Date: Tue, 25 Jun 2024 13:45:33 +0200 Subject: [PATCH] - fixed position of ChevronRightIcon --- src/Components/AppShell/SideBar.tsx | 133 ++++++++++++++-------------- 1 file changed, 65 insertions(+), 68 deletions(-) diff --git a/src/Components/AppShell/SideBar.tsx b/src/Components/AppShell/SideBar.tsx index 79f7881f..480a3c92 100644 --- a/src/Components/AppShell/SideBar.tsx +++ b/src/Components/AppShell/SideBar.tsx @@ -61,84 +61,81 @@ export function SideBar({ routes, bottomRoutes }: { routes: route[], bottomRoute let params = new URLSearchParams(window.location.search); return ( - + ) }