From c893bdd56dab377f02e5a7825a71a8373d9c412e Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 4 Aug 2020 12:10:29 -0400 Subject: [PATCH] Some navbar fixes. --- ui/src/components/navbar.tsx | 40 ++++++++++++++++++------------------ ui/src/components/user.tsx | 7 ++----- 2 files changed, 22 insertions(+), 25 deletions(-) diff --git a/ui/src/components/navbar.tsx b/ui/src/components/navbar.tsx index c954913e0..5584b3b64 100644 --- a/ui/src/components/navbar.tsx +++ b/ui/src/components/navbar.tsx @@ -184,7 +184,7 @@ export class Navbar extends Component { {!this.state.siteLoading ? ( {this.state.siteRes.site.icon && showAvatars() && ( @@ -214,14 +214,14 @@ export class Navbar extends Component { {this.state.unreadCount > 0 && ( - + {this.state.unreadCount} )} )} )} - {this.state.isLoggedIn ? ( <>