From c41c0e28ed444fdb427f9803d2f123ba6f535fb9 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Tue, 30 Jun 2020 11:21:04 +0200 Subject: switch from softies to feathericons also organize icons in folders per origin --- client/src/app/+my-account/my-account.component.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/src/app/+my-account/my-account.component.ts') diff --git a/client/src/app/+my-account/my-account.component.ts b/client/src/app/+my-account/my-account.component.ts index 4040ab4f8..85b2795c5 100644 --- a/client/src/app/+my-account/my-account.component.ts +++ b/client/src/app/+my-account/my-account.component.ts @@ -30,7 +30,7 @@ export class MyAccountComponent implements OnInit { { label: this.i18n('My channels'), routerLink: '/my-account/video-channels', - iconName: 'folder' + iconName: 'channel' }, { label: this.i18n('My videos'), @@ -45,7 +45,7 @@ export class MyAccountComponent implements OnInit { { label: this.i18n('My subscriptions'), routerLink: '/my-account/subscriptions', - iconName: 'subscriptions' + iconName: 'inbox-full' }, { label: this.i18n('My history'), @@ -79,7 +79,7 @@ export class MyAccountComponent implements OnInit { { label: this.i18n('Ownership changes'), routerLink: '/my-account/ownership', - iconName: 'forward' + iconName: 'ownership-change' } ] } -- cgit v1.2.3