mirror of
https://github.com/flarum/core.git
synced 2025-08-04 15:37:51 +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 {
|
export default class UserSuspendedNotification extends Notification {
|
||||||
icon() {
|
icon() {
|
||||||
return 'ban';
|
return 'fas fa-ban';
|
||||||
}
|
}
|
||||||
|
|
||||||
href() {
|
href() {
|
||||||
|
@@ -4,7 +4,7 @@ import humanTime from 'flarum/helpers/humanTime';
|
|||||||
|
|
||||||
export default class UserUnsuspendedNotification extends Notification {
|
export default class UserUnsuspendedNotification extends Notification {
|
||||||
icon() {
|
icon() {
|
||||||
return 'ban';
|
return 'fas fa-ban';
|
||||||
}
|
}
|
||||||
|
|
||||||
href() {
|
href() {
|
||||||
|
Reference in New Issue
Block a user