From a3de36087870cf7850be03ab33ecac4a4180b7bf Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 12 Nov 2023 18:31:29 +0000 Subject: [PATCH] fix sidebar --- frontend/src/Navigation.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/Navigation.tsx b/frontend/src/Navigation.tsx index 87bab842..336ec95b 100644 --- a/frontend/src/Navigation.tsx +++ b/frontend/src/Navigation.tsx @@ -228,7 +228,7 @@ export default function Navigation({ navOpen, setNavOpen }: NavigationProps) { className={({ isActive }) => `${ isActive ? 'bg-gray-3000' : '' - } group mx-4 mt-4 flex cursor-pointer gap-2.5 rounded-3xl border border-silver p-3 hover:border-rainy-gray hover:bg-gray-3000` + } group my-auto mx-4 mt-4 flex cursor-pointer gap-2.5 rounded-3xl border border-silver p-3 hover:border-rainy-gray hover:bg-gray-3000` } > -

Chats

{conversations && ( -
+
+

Chats

{conversations?.map((conversation) => ( info -

Settings

+

Settings