diff options
author | Chocobozzz <me@florianbigard.com> | 2018-04-25 18:05:12 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-04-25 18:05:12 +0200 |
commit | d62cf3234ccfca0223a9639782635f0fb6594f8c (patch) | |
tree | 4aa4475f7202ea04300a8ffe1859407b9286b82c /client/src/app/menu | |
parent | 2297b239da76dee1fdb1ee6239dc07641cfb37c2 (diff) | |
download | PeerTube-d62cf3234ccfca0223a9639782635f0fb6594f8c.tar.gz PeerTube-d62cf3234ccfca0223a9639782635f0fb6594f8c.tar.zst PeerTube-d62cf3234ccfca0223a9639782635f0fb6594f8c.zip |
Fix account link in the menu
Diffstat (limited to 'client/src/app/menu')
-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 | ||