Skip to content
This repository was archived by the owner on Sep 21, 2018. It is now read-only.

Commit 7591b30

Browse files
authored
Merge pull request #58 from metanav/master
fix(sidenav): Fix nav item duplicate title
2 parents e4980cd + 24ca23a commit 7591b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/containers/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import * as layout from '../actions/layout';
1717
My Collection
1818
</bc-nav-item>
1919
<bc-nav-item (activate)="closeSidenav()" routerLink="/book/find" icon="search" hint="Find your next book!">
20-
My Collection
20+
Browse Books
2121
</bc-nav-item>
2222
</bc-sidenav>
2323
<bc-toolbar (openMenu)="openSidenav()">

0 commit comments

Comments
 (0)