summaryrefslogtreecommitdiffstats
path: root/ui/src/components/navbar.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-08-17 12:15:53 -0700
committerDessalines <tyhou13@gmx.com>2019-08-17 12:15:53 -0700
commit98b8793dece17483e08f166dfd4b248731ac8017 (patch)
tree20e9d1d99f779eae10bcac07e48a7761ddd830ce /ui/src/components/navbar.tsx
parent7e6e9b6d81b6cf068e35d2bb9a4b184493d7f987 (diff)
Fixing navbar icon position.
Diffstat (limited to 'ui/src/components/navbar.tsx')
-rw-r--r--ui/src/components/navbar.tsx2
1 files changed, 1 insertions, 1 deletions
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<any, NavbarState> {
<>
{
<li className="nav-item">
- <Link class="inbox nav-link" to="/inbox">
+ <Link class="nav-link" to="/inbox">
<svg class="icon"><use xlinkHref="#icon-mail"></use></svg>
{this.state.unreadCount> 0 && <span class="ml-1 badge badge-light">{this.state.unreadCount}</span>}
</Link>