1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 07:27:39 +02:00

Fix user icon for FontAwesome 5

This commit is contained in:
Clark Winkelmann
2019-09-19 23:01:37 +02:00
parent 9bdf2a3c8d
commit aca910b705
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import humanTime from 'flarum/helpers/humanTime';
export default class UserSuspendedNotification extends Notification {
icon() {
return 'ban';
return 'fas fa-ban';
}
href() {

View File

@@ -4,7 +4,7 @@ import humanTime from 'flarum/helpers/humanTime';
export default class UserUnsuspendedNotification extends Notification {
icon() {
return 'ban';
return 'fas fa-ban';
}
href() {