Add overview menu item

pull/290/head
Thomas 4 years ago
parent b898c0678d
commit 44b23b85e3

@ -155,6 +155,16 @@
</button>
<hr class="m-0" />
</ng-container>
<a
class="d-block d-sm-none"
i18n
mat-menu-item
[ngClass]="{
'font-weight-bold': currentRoute === 'home' || currentRoute === 'zen'
}"
[routerLink]="['/']"
>Overview</a
>
<a
*ngIf="user?.settings?.viewMode === 'DEFAULT'"
class="d-block d-sm-none"

Loading…
Cancel
Save