Fix account link in the menu

pull/525/head
Chocobozzz 2018-04-25 18:05:12 +02:00
parent 2297b239da
commit d62cf3234c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<menu>
<div *ngIf="isLoggedIn" class="logged-in-block">
<a routerLink="/account/settings">
<a routerLink="/my-account/settings">
<img [src]="user.accountAvatarUrl" alt="Avatar" />
</a>