From ebee2bda639988b3bfa29e0cfc9c6a76bfda5b07 Mon Sep 17 00:00:00 2001 From: tusooa Date: Fri, 18 Aug 2023 21:35:56 -0400 Subject: Add icons to extra notifications --- src/components/extra_notifications/extra_notifications.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/components/extra_notifications/extra_notifications.js') diff --git a/src/components/extra_notifications/extra_notifications.js b/src/components/extra_notifications/extra_notifications.js index 01df12a3..1bb0f837 100644 --- a/src/components/extra_notifications/extra_notifications.js +++ b/src/components/extra_notifications/extra_notifications.js @@ -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 () { -- cgit v1.2.3-70-g09d2