From 7bd0781a6921d6137bab1baa75f5039b95b9b148 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Fri, 2 Feb 2024 13:39:58 +0100 Subject: [PATCH] allow Links to open in new tab --- src/Components/AppShell/SideBar.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Components/AppShell/SideBar.tsx b/src/Components/AppShell/SideBar.tsx index 1d4eef84..5e1cd7a1 100644 --- a/src/Components/AppShell/SideBar.tsx +++ b/src/Components/AppShell/SideBar.tsx @@ -70,8 +70,9 @@ export function SideBar({ routes, bottomRoutes }: { routes: route[], bottomRoute { route.submenu ? : - ( `${isActive ? 'tw-font-semibold tw-bg-base-200 !tw-rounded-none' : 'tw-font-normal !tw-rounded-none'}`} onClick={() => { if (screen.width < 640 && !slim) instance.toggle();