Skip to content
Snippets Groups Projects
Commit 2e6c51df authored by HJ's avatar HJ :fire:
Browse files

better icon for picker

parent 0ac9d817
No related branches found
No related tags found
2 merge requests!1278Merge develop into master for 2.2.0,!1260FontAwesome 5
Pipeline #32321 passed
This commit is part of merge request !1260. Comments created here will be created in the context of that merge request.
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)
}
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment