Skip to content

Commit 0e9d096

Browse files
authored
SF-3620 Always show the PWA icon on top of the avatar (#3575)
1 parent e0fd2f4 commit 0e9d096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SIL.XForge.Scripture/ClientApp/src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@
9898
(click)="dismissInstallIcon()"
9999
class="user-menu-btn"
100100
>
101+
<app-avatar id="avatarId" [user]="currentUser"> </app-avatar>
101102
@if (showInstallIconOnAvatar$ | async) {
102103
<mat-icon class="user-icon-badge install-badge">install_mobile</mat-icon>
103104
}
104-
<app-avatar id="avatarId" [user]="currentUser"> </app-avatar>
105105
@if (!isAppOnline) {
106106
<mat-icon class="user-icon-badge offline-indicator">cloud_off</mat-icon>
107107
}

0 commit comments

Comments
 (0)