mirror of https://github.com/Chocobozzz/PeerTube
Fix account link in the menu
parent
2297b239da
commit
d62cf3234c
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue