Add icons to extra notifications
This commit is contained in:
parent
a2c21e2742
commit
ebee2bda63
2 changed files with 32 additions and 0 deletions
|
|
@ -1,5 +1,18 @@
|
|||
import { mapGetters } from 'vuex'
|
||||
|
||||
import { library } from '@fortawesome/fontawesome-svg-core'
|
||||
import {
|
||||
faUserPlus,
|
||||
faComments,
|
||||
faBullhorn
|
||||
} from '@fortawesome/free-solid-svg-icons'
|
||||
|
||||
library.add(
|
||||
faUserPlus,
|
||||
faComments,
|
||||
faBullhorn
|
||||
)
|
||||
|
||||
const ExtraNotifications = {
|
||||
computed: {
|
||||
shouldShowChats () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue