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:
@@ -4,7 +4,7 @@ import humanTime from 'flarum/helpers/humanTime';
|
||||
|
||||
export default class UserSuspendedNotification extends Notification {
|
||||
icon() {
|
||||
return 'ban';
|
||||
return 'fas fa-ban';
|
||||
}
|
||||
|
||||
href() {
|
||||
|
@@ -4,7 +4,7 @@ import humanTime from 'flarum/helpers/humanTime';
|
||||
|
||||
export default class UserUnsuspendedNotification extends Notification {
|
||||
icon() {
|
||||
return 'ban';
|
||||
return 'fas fa-ban';
|
||||
}
|
||||
|
||||
href() {
|
||||
|
Reference in New Issue
Block a user