diff --git a/frontend/src/components/Dropdown.tsx b/frontend/src/components/Dropdown.tsx
index 5101c5b..7cbfdb2 100644
--- a/frontend/src/components/Dropdown.tsx
+++ b/frontend/src/components/Dropdown.tsx
@@ -47,12 +47,12 @@ const Dropdown = ({ label, children, className }: DropdownProps) => {
ref={ref}>
{isOpen && (
-
+
)}
diff --git a/frontend/src/components/Topbar.tsx b/frontend/src/components/Topbar.tsx
index 7b460e6..c4aa2d2 100644
--- a/frontend/src/components/Topbar.tsx
+++ b/frontend/src/components/Topbar.tsx
@@ -25,21 +25,14 @@ const Topbar = ({sidebarToggled, setSidebarToggled, user, className}: props) =>
{ user ? (
- globalThis.location.href = logoutUrl} className="text-red-600" />
+ globalThis.location.href = logoutUrl} className={"text-red-500 font-medium"} />
-
- {/*
*/}
- {/* */}
- {/* Logout*/}
- {/* */}
- {/**/}
-
) :
(