Fix regression subscriptions icon in dropdown sub-menu
This commit is contained in:
parent
d607fc2463
commit
8bed61815d
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue