diff --git a/components/headerComponents/TopNavigation.tsx b/components/headerComponents/TopNavigation.tsx
index 1661f4a..74fcc26 100644
--- a/components/headerComponents/TopNavigation.tsx
+++ b/components/headerComponents/TopNavigation.tsx
@@ -21,36 +21,32 @@ export function TopNavigation() {
// Prevent hydration mismatch by not rendering auth-dependent content until mounted
if (!mounted) {
return (
-
- );
- }
-
- return (
-
+ );
+ }
+
+ return (
+
+
+
+
+
+
+ {pubkey === null ? : null}
+ {pubkey === null ? : null}
+ {pubkey !== null ? : null}
+
+
+
+
)
}
\ No newline at end of file