aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account.component.ts
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-06-30 11:21:04 +0200
committerRigel Kent <par@rigelk.eu>2020-07-01 17:03:48 +0200
commitc41c0e28ed444fdb427f9803d2f123ba6f535fb9 (patch)
treec02558445dc13281a78321731061131b67253244 /client/src/app/+my-account/my-account.component.ts
parent9b01cfc788a6ed525d72620da9f9e607b8d6396e (diff)
downloadPeerTube-c41c0e28ed444fdb427f9803d2f123ba6f535fb9.tar.gz
PeerTube-c41c0e28ed444fdb427f9803d2f123ba6f535fb9.tar.zst
PeerTube-c41c0e28ed444fdb427f9803d2f123ba6f535fb9.zip
switch from softies to feathericons
also organize icons in folders per origin
Diffstat (limited to 'client/src/app/+my-account/my-account.component.ts')
-rw-r--r--client/src/app/+my-account/my-account.component.ts6
1 files changed, 3 insertions, 3 deletions
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 {
30 { 30 {
31 label: this.i18n('My channels'), 31 label: this.i18n('My channels'),
32 routerLink: '/my-account/video-channels', 32 routerLink: '/my-account/video-channels',
33 iconName: 'folder' 33 iconName: 'channel'
34 }, 34 },
35 { 35 {
36 label: this.i18n('My videos'), 36 label: this.i18n('My videos'),
@@ -45,7 +45,7 @@ export class MyAccountComponent implements OnInit {
45 { 45 {
46 label: this.i18n('My subscriptions'), 46 label: this.i18n('My subscriptions'),
47 routerLink: '/my-account/subscriptions', 47 routerLink: '/my-account/subscriptions',
48 iconName: 'subscriptions' 48 iconName: 'inbox-full'
49 }, 49 },
50 { 50 {
51 label: this.i18n('My history'), 51 label: this.i18n('My history'),
@@ -79,7 +79,7 @@ export class MyAccountComponent implements OnInit {
79 { 79 {
80 label: this.i18n('Ownership changes'), 80 label: this.i18n('Ownership changes'),
81 routerLink: '/my-account/ownership', 81 routerLink: '/my-account/ownership',
82 iconName: 'forward' 82 iconName: 'ownership-change'
83 } 83 }
84 ] 84 ]
85 } 85 }