aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account.component.ts
diff options
context:
space:
mode:
authorkimsible <kimsible@users.noreply.github.com>2020-08-03 14:00:27 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-08-03 16:52:40 +0200
commit8bed61815dba6944297cc453ef9b6eca36eadbb0 (patch)
tree35dd6ce8c3f1896e2d491d612869537c19b8d705 /client/src/app/+my-account/my-account.component.ts
parentd607fc24631808fc70ce9fb8ddc323d8f856f8ed (diff)
downloadPeerTube-8bed61815dba6944297cc453ef9b6eca36eadbb0.tar.gz
PeerTube-8bed61815dba6944297cc453ef9b6eca36eadbb0.tar.zst
PeerTube-8bed61815dba6944297cc453ef9b6eca36eadbb0.zip
Fix regression subscriptions icon in dropdown sub-menu
Diffstat (limited to 'client/src/app/+my-account/my-account.component.ts')
-rw-r--r--client/src/app/+my-account/my-account.component.ts2
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'),