1- < div class ="mobile-menu media-player-small ">
2-
1+ < div class ="mobile-menu ">
32 < mat-toolbar class ="mobile-footer " color ="primary ">
4- < button
5- mat-button
6- class ="mobile-nav-button "
7- [routerLink] ="['/feed'] ">
8- < div class ="mobile-nav-button-content ">
9- < mat-icon > notes</ mat-icon >
10- < span > {{ 'App.Feed' | translate }}</ span >
11- </ div >
12- </ button >
13- < button
14- mat-button
15- class ="mobile-nav-button "
16- [routerLink] ="['/people'] ">
3+ < button mat-button class ="mobile-nav-button " [routerLink] ="['/feed'] ">
4+ < div class ="mobile-nav-button-content ">
5+ < mat-icon > notes</ mat-icon >
6+ < span > {{ 'App.Feed' | translate }}</ span >
7+ </ div >
8+ </ button >
9+ < button mat-button class ="mobile-nav-button " [routerLink] ="['/people'] ">
1710 < div class ="mobile-nav-button-content ">
1811 < mat-icon > people</ mat-icon >
1912 < span > {{ 'App.People' | translate }}</ span >
2013 </ div >
2114 </ button >
22-
23- < button
24- mat-button
25- class ="mobile-nav-button "
26- [routerLink] ="['/notifications'] ">
27- < div class ="mobile-nav-button-content ">
28- < mat-icon aria-hidden ="false " [matBadgeHidden] ="(ui.unreadNotifications$ | async) == 0 " [matBadge] ="ui.unreadNotifications$ | async "> notifications</ mat-icon >
29- < span > {{ 'App.Notifications' | translate }}</ span >
30- </ div >
31- </ button >
32- < button
33- mat-button
34- class ="mobile-nav-button "
35- [routerLink] ="['/p', appState.getPublicKey()] ">
36- < div class ="mobile-nav-button-content ">
37- < mat-icon > person</ mat-icon >
38- < span > {{ 'App.Profile' | translate }}</ span >
39- </ div >
40- </ button >
15+ < button mat-button class ="mobile-nav-button " [routerLink] ="['/notifications'] ">
16+ < div class ="mobile-nav-button-content ">
17+ < mat-icon aria-hidden ="false " [matBadgeHidden] ="(ui.unreadNotifications$ | async) == 0 "
18+ [matBadge] ="ui.unreadNotifications$ | async "> notifications</ mat-icon >
19+ < span > {{ 'App.Notifications' | translate }}</ span >
20+ </ div >
21+ </ button >
22+ < button mat-button class ="mobile-nav-button " [routerLink] ="['/p', appState.getPublicKey()] ">
23+ < div class ="mobile-nav-button-content ">
24+ < mat-icon > person</ mat-icon >
25+ < span > {{ 'App.Profile' | translate }}</ span >
26+ </ div >
27+ </ button >
4128 </ mat-toolbar >
42-
4329</ div >
0 commit comments