aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account.component.ts
diff options
context:
space:
mode:
authorKim <1877318+kimsible@users.noreply.github.com>2020-07-23 14:42:06 +0200
committerGitHub <noreply@github.com>2020-07-23 14:42:06 +0200
commit345b4a22a8432cfd8c9c9f24634821d58c215b9a (patch)
tree253b5b3d3ba797ca496226a200800fafabbcf143 /client/src/app/+my-account/my-account.component.ts
parent8110705d020a0025ce307a9c8ee5ba9bfe8e9323 (diff)
downloadPeerTube-345b4a22a8432cfd8c9c9f24634821d58c215b9a.tar.gz
PeerTube-345b4a22a8432cfd8c9c9f24634821d58c215b9a.tar.zst
PeerTube-345b4a22a8432cfd8c9c9f24634821d58c215b9a.zip
Update my-account sub-menus icons (#2977)
* Update user sub-menus icons * Update admin sub-menu icons * Add solendp to credits Co-authored-by: kimsible <kimsible@users.noreply.github.com>
Diffstat (limited to 'client/src/app/+my-account/my-account.component.ts')
-rw-r--r--client/src/app/+my-account/my-account.component.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/client/src/app/+my-account/my-account.component.ts b/client/src/app/+my-account/my-account.component.ts
index abc823c62..07cab37fc 100644
--- a/client/src/app/+my-account/my-account.component.ts
+++ b/client/src/app/+my-account/my-account.component.ts
@@ -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: 'inbox-full' 48 iconName: 'subscriptions'
49 }, 49 },
50 { 50 {
51 label: this.i18n('My history'), 51 label: this.i18n('My history'),
@@ -69,17 +69,17 @@ export class MyAccountComponent implements OnInit {
69 { 69 {
70 label: this.i18n('Muted accounts'), 70 label: this.i18n('Muted accounts'),
71 routerLink: '/my-account/blocklist/accounts', 71 routerLink: '/my-account/blocklist/accounts',
72 iconName: 'user' 72 iconName: 'user-x'
73 }, 73 },
74 { 74 {
75 label: this.i18n('Muted servers'), 75 label: this.i18n('Muted servers'),
76 routerLink: '/my-account/blocklist/servers', 76 routerLink: '/my-account/blocklist/servers',
77 iconName: 'server' 77 iconName: 'peertube-x'
78 }, 78 },
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: 'ownership-change' 82 iconName: 'download'
83 } 83 }
84 ] 84 ]
85 } 85 }