@ -12,7 +12,7 @@
-->
<div class="bottom-menu" fxShow="true" fxHide.gt-sm="true">
<mat-tab-group id="tab-group" selectedIndex="1" mat-stretch-tabs headerPosition="below">
<mat-tab>
<mat-tab disabled>
<ng-template mat-tab-label>
<mat-icon>chat</mat-icon>
</ng-template>
@ -24,7 +24,7 @@
<home-feed class="tab-content"></home-feed>
</mat-tab>
<mat-tab >
<mat-tab [disabled]="!loggedIn">
<mat-icon>people</mat-icon>
@ -54,10 +54,10 @@ export class MainNavigationComponent implements OnInit {
{ path: '/imprint', label: 'Imprint' },
];
navLinks = [
{ path: '/login', label: 'Login' },
{ path: '', label: 'Home' },
{ path: '/about', label: 'About' },
@HostBinding('class') componentCssClass;