forked from AkkomaGang/akkoma-fe
better icon for picker
This commit is contained in:
parent
0ac9d81788
commit
2e6c51dfd4
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
|||
import Checkbox from '../checkbox/checkbox.vue'
|
||||
import { library } from '@fortawesome/fontawesome-svg-core'
|
||||
import {
|
||||
faUnderline,
|
||||
faIcons,
|
||||
faStickyNote,
|
||||
faSmileBeam
|
||||
} from '@fortawesome/free-solid-svg-icons'
|
||||
|
||||
library.add(
|
||||
faUnderline,
|
||||
faIcons,
|
||||
faStickyNote,
|
||||
faSmileBeam
|
||||
)
|
||||
|
@ -195,7 +195,7 @@ const EmojiPicker = {
|
|||
{
|
||||
id: 'standard',
|
||||
text: this.$t('emoji.unicode'),
|
||||
icon: 'underline',
|
||||
icon: 'icons',
|
||||
emojis: filterByKeyword(standardEmojis, this.keyword)
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue