1
0
mirror of https://github.com/flarum/core.git synced 2025-07-25 18:51:40 +02:00

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