From 8bed61815dba6944297cc453ef9b6eca36eadbb0 Mon Sep 17 00:00:00 2001 From: kimsible Date: Mon, 3 Aug 2020 14:00:27 +0200 Subject: Fix regression subscriptions icon in dropdown sub-menu --- client/src/app/+my-account/my-account.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') 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 { { label: this.i18n('My subscriptions'), routerLink: '/my-account/subscriptions', - iconName: 'inbox-full' + iconName: 'subscriptions' }, { label: this.i18n('My history'), -- cgit v1.2.3