diff options
author | kimsible <kimsible@users.noreply.github.com> | 2020-08-03 14:00:27 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-08-03 16:52:40 +0200 |
commit | 8bed61815dba6944297cc453ef9b6eca36eadbb0 (patch) | |
tree | 35dd6ce8c3f1896e2d491d612869537c19b8d705 | |
parent | d607fc24631808fc70ce9fb8ddc323d8f856f8ed (diff) | |
download | PeerTube-8bed61815dba6944297cc453ef9b6eca36eadbb0.tar.gz PeerTube-8bed61815dba6944297cc453ef9b6eca36eadbb0.tar.zst PeerTube-8bed61815dba6944297cc453ef9b6eca36eadbb0.zip |
Fix regression subscriptions icon in dropdown sub-menu
-rw-r--r-- | client/src/app/+my-account/my-account.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+my-account/my-account.component.ts b/client/src/app/+my-account/my-account.component.ts index 93d000a02..a49db56fa 100644 --- a/client/src/app/+my-account/my-account.component.ts +++ b/client/src/app/+my-account/my-account.component.ts | |||
@@ -62,7 +62,7 @@ export class MyAccountComponent implements OnInit { | |||
62 | { | 62 | { |
63 | label: this.i18n('My subscriptions'), | 63 | label: this.i18n('My subscriptions'), |
64 | routerLink: '/my-account/subscriptions', | 64 | routerLink: '/my-account/subscriptions', |
65 | iconName: 'inbox-full' | 65 | iconName: 'subscriptions' |
66 | }, | 66 | }, |
67 | { | 67 | { |
68 | label: this.i18n('My history'), | 68 | label: this.i18n('My history'), |