Add icons to extra notifications

This commit is contained in:
tusooa 2023-08-18 21:35:56 -04:00
commit ebee2bda63
No known key found for this signature in database
GPG key ID: 42AEC43D48433C51
2 changed files with 32 additions and 0 deletions

View file

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