File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 >
1616 < i class ="fas fa-home mr-1 "> </ i > Home
1717 </ a >
18- < a
18+ < a *ngIf =" !userIsLoggedIn "
1919 class ="list-group-item list-group-item-action bg-light "
2020 title ="Get started, save & search bookmarks "
2121 [routerLink] ="['/howto'] "
2222 >
2323 < i class ="fas fa-info-circle mr-1 "> </ i > How to
2424 </ a >
25- < a
25+ < a *ngIf =" userIsLoggedIn "
2626 class ="list-group-item list-group-item-action bg-light "
2727 title ="Overview of your bookmarks, tags & searches "
2828 [routerLink] ="['/dashboard'] "
3636 >
3737 < i class ="fas fa-code mr-1 "> </ i > Snippets
3838 </ a >
39- < a
40- class ="list-group-item list-group-item-action bg-light "
41- title ="Your settings "
42- [routerLink] ="['/settings'] "
43- >
44- < i class ="fas fa-cog mr-1 "> </ i > Settings
45- </ a >
4639 < app-quick-access-bookmarks
4740 [quickAccessBookmarks] ="latestPinnedBookmarks$ | async "
4841 [source] ="'pinned' "
Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ <h6 class="dropdown-header">Signed in as</h6>
315315 < a
316316 class ="dropdown-item "
317317 title ="Overview over your bookmarks and used tags "
318- routerLink ="dashboard "
318+ routerLink ="/ dashboard "
319319 >
320320 Dashboard
321321 < i class ="fas fa-tachometer-alt "> </ i >
You can’t perform that action at this time.
0 commit comments