Fix regression subscriptions icon in dropdown sub-menu

This commit is contained in:
kimsible 2020-08-03 14:00:27 +02:00 committed by Chocobozzz
parent d607fc2463
commit 8bed61815d
1 changed files with 1 additions and 1 deletions

View File

@ -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'),