mirror of
https://github.com/flarum/framework.git
synced 2024-11-24 20:18:02 +08:00
Merge pull request #21 from flarum/cw/fix-fa-icons
Fix FontAwesome icons
This commit is contained in:
commit
0fdb32d2a7
|
@ -1,10 +1,8 @@
|
|||
import Notification from 'flarum/components/Notification';
|
||||
import username from 'flarum/helpers/username';
|
||||
import humanTime from 'flarum/helpers/humanTime';
|
||||
|
||||
export default class UserSuspendedNotification extends Notification {
|
||||
icon() {
|
||||
return 'ban';
|
||||
return 'fas fa-ban';
|
||||
}
|
||||
|
||||
href() {
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
import Notification from 'flarum/components/Notification';
|
||||
import username from 'flarum/helpers/username';
|
||||
import humanTime from 'flarum/helpers/humanTime';
|
||||
|
||||
export default class UserUnsuspendedNotification extends Notification {
|
||||
icon() {
|
||||
return 'ban';
|
||||
return 'fas fa-ban';
|
||||
}
|
||||
|
||||
href() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user