From 16620176f5901ae1e4ef9328d077f96416ba0c34 Mon Sep 17 00:00:00 2001 From: Bahugunajii Date: Fri, 22 Dec 2023 15:17:53 +0530 Subject: [PATCH] fixed alignment --- components/TopBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/TopBar.tsx b/components/TopBar.tsx index a72c5b5..05c75ef 100644 --- a/components/TopBar.tsx +++ b/components/TopBar.tsx @@ -42,7 +42,7 @@ const TopBar = () => { onClick={toggleDropdown} /> {isDropdownOpen && ( -
+
)}