change icons around
This commit is contained in:
parent
91f93d4a55
commit
fc5483f764
2 changed files with 4 additions and 3 deletions
|
@ -2,10 +2,11 @@ import Popover from '../popover/popover.vue'
|
|||
import BooleanSetting from '../settings_modal/helpers/boolean_setting.vue'
|
||||
import { mapGetters } from 'vuex'
|
||||
import { library } from '@fortawesome/fontawesome-svg-core'
|
||||
import { faFilter, faWrench } from '@fortawesome/free-solid-svg-icons'
|
||||
import { faFilter, faFont, faWrench } from '@fortawesome/free-solid-svg-icons'
|
||||
|
||||
library.add(
|
||||
faFilter,
|
||||
faFont,
|
||||
faWrench
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue