From 8a4b2324a1739691fef34f5aa5eb2afbd5e68bee Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 20 Apr 2019 15:49:23 -0700 Subject: [PATCH] Fixing envelope icon. - Fixes #90 --- ui/src/components/navbar.tsx | 13 +++++++------ ui/src/components/symbols.tsx | 4 ++++ ui/src/css/main.css | 8 +++----- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/ui/src/components/navbar.tsx b/ui/src/components/navbar.tsx index 5fc6ed7e..67a9866a 100644 --- a/ui/src/components/navbar.tsx +++ b/ui/src/components/navbar.tsx @@ -69,12 +69,13 @@ export class Navbar extends Component { {this.state.isLoggedIn ? <> { -
  • - 🖂 - {this.state.unreadCount> 0 && {this.state.unreadCount}} - -
  • - } +
  • + + + {this.state.unreadCount> 0 && {this.state.unreadCount}} + +
  • + }
  • {UserService.Instance.user.username} diff --git a/ui/src/components/symbols.tsx b/ui/src/components/symbols.tsx index 4f757dbb..e038b13c 100644 --- a/ui/src/components/symbols.tsx +++ b/ui/src/components/symbols.tsx @@ -10,6 +10,10 @@ export class Symbols extends Component { return (