From 98b8793dece17483e08f166dfd4b248731ac8017 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 17 Aug 2019 12:15:53 -0700 Subject: Fixing navbar icon position. --- ui/src/components/navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/src/components/navbar.tsx') diff --git a/ui/src/components/navbar.tsx b/ui/src/components/navbar.tsx index 06bf338b..732527d7 100644 --- a/ui/src/components/navbar.tsx +++ b/ui/src/components/navbar.tsx @@ -103,7 +103,7 @@ export class Navbar extends Component { <> {
  • - + {this.state.unreadCount> 0 && {this.state.unreadCount}} -- cgit v1.2.3