forked from AkkomaGang/akkoma-fe
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
|
||||
)
|
||||
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
class="button-default dropdown-item dropdown-item-icon"
|
||||
@click="openTab('filtering')"
|
||||
>
|
||||
<FAIcon icon="filter" />{{ $t('settings.word_filter') }}
|
||||
<FAIcon icon="font" />{{ $t('settings.word_filter') }}
|
||||
</button>
|
||||
<button
|
||||
class="button-default dropdown-item dropdown-item-icon"
|
||||
|
@ -73,7 +73,7 @@
|
|||
</button>
|
||||
</div>
|
||||
<div slot="trigger">
|
||||
<FAIcon icon="cog" />
|
||||
<FAIcon icon="filter" />
|
||||
</div>
|
||||
</Popover>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue