From 1a1296cc7c136ecfb19a96e28052eae2ceace76c Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Sun, 14 Dec 2025 15:42:55 +0330 Subject: [PATCH] fix design bug header: --- src/components/topbar/TopBar.tsx | 2 +- src/components/utils/Dropdown.tsx | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/components/topbar/TopBar.tsx b/src/components/topbar/TopBar.tsx index f6c3fcc..7a04fef 100644 --- a/src/components/topbar/TopBar.tsx +++ b/src/components/topbar/TopBar.tsx @@ -107,7 +107,7 @@ function TopBar({ profileDropState, toggleProfileDropState, toggleMenuState }: P active={profileDropState} toggle={toggleProfileDropState} > -
+
-