From de2853cc4793b7948b94525a0a4f964e49943131 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 21 Apr 2021 09:57:40 +0200 Subject: even more components without inline css --- components/navbar.tsx | 42 ++++-------------------------------------- 1 file changed, 4 insertions(+), 38 deletions(-) (limited to 'components/navbar.tsx') diff --git a/components/navbar.tsx b/components/navbar.tsx index 7f6e694..5ce43bb 100644 --- a/components/navbar.tsx +++ b/components/navbar.tsx @@ -54,25 +54,7 @@ export function NavBar() { })(); }, []); - return
+ return
@@ -90,29 +72,13 @@ export function NavBar() {
- {loggedIn && + {loggedIn &&
setNotificationsAreaVisible(!notificationsAreaVisible)} > - {gotNotifications &&
} + {gotNotifications &&
}