From 12ce7862930694b29344a9989a14e1d8f1fca65a Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Tue, 16 Jul 2024 10:35:38 +0200 Subject: [PATCH] Revert "- fixed position of ChevronRightIcon" This reverts commit fa85b372cab45a52b9b935054a515605a6281a32. --- src/Components/AppShell/SideBar.tsx | 135 ++++++++++++++-------------- 1 file changed, 69 insertions(+), 66 deletions(-) diff --git a/src/Components/AppShell/SideBar.tsx b/src/Components/AppShell/SideBar.tsx index 480a3c92..79f7881f 100644 --- a/src/Components/AppShell/SideBar.tsx +++ b/src/Components/AppShell/SideBar.tsx @@ -61,81 +61,84 @@ export function SideBar({ routes, bottomRoutes }: { routes: route[], bottomRoute let params = new URLSearchParams(window.location.search); return ( - ) }