Skip to content

Commit

Permalink
Update admin sub-menu icons
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsible committed Jul 21, 2020
1 parent 575c548 commit 074e3d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/app/+admin/admin.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ export class AdminComponent implements OnInit {
moderationItems.children.push({
label: this.i18n('Muted accounts'),
routerLink: '/admin/moderation/blocklist/accounts',
iconName: 'user'
iconName: 'user-x'
})
}
if (this.hasServersBlocklistRight()) {
moderationItems.children.push({
label: this.i18n('Muted servers'),
routerLink: '/admin/moderation/blocklist/servers',
iconName: 'server'
iconName: 'peertube-x'
})
}

Expand Down

0 comments on commit 074e3d5

Please sign in to comment.