diff options
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/menu/menu.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/menu/menu.component.html b/client/src/app/menu/menu.component.html index e4cd40628..6e8189371 100644 --- a/client/src/app/menu/menu.component.html +++ b/client/src/app/menu/menu.component.html | |||
@@ -1,6 +1,6 @@ | |||
1 | <menu> | 1 | <menu> |
2 | <div *ngIf="isLoggedIn" class="logged-in-block"> | 2 | <div *ngIf="isLoggedIn" class="logged-in-block"> |
3 | <a routerLink="/account/settings"> | 3 | <a routerLink="/my-account/settings"> |
4 | <img [src]="user.accountAvatarUrl" alt="Avatar" /> | 4 | <img [src]="user.accountAvatarUrl" alt="Avatar" /> |
5 | </a> | 5 | </a> |
6 | 6 | ||