We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0fd2f4 commit 0e9d096Copy full SHA for 0e9d096
src/SIL.XForge.Scripture/ClientApp/src/app/app.component.html
@@ -98,10 +98,10 @@
98
(click)="dismissInstallIcon()"
99
class="user-menu-btn"
100
>
101
+ <app-avatar id="avatarId" [user]="currentUser"> </app-avatar>
102
@if (showInstallIconOnAvatar$ | async) {
103
<mat-icon class="user-icon-badge install-badge">install_mobile</mat-icon>
104
}
- <app-avatar id="avatarId" [user]="currentUser"> </app-avatar>
105
@if (!isAppOnline) {
106
<mat-icon class="user-icon-badge offline-indicator">cloud_off</mat-icon>
107
0 commit comments