Merge pull request #21 from flarum/cw/fix-fa-icons

Fix FontAwesome icons
This commit is contained in:
Daniël Klabbers 2019-09-20 08:21:38 +02:00 committed by GitHub
commit 0fdb32d2a7
2 changed files with 2 additions and 6 deletions

View File

@ -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() {

View File

@ -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() {