use icon instead of symbol for @ in mentions links
This commit is contained in:
parent
0260693f51
commit
6bff7cc6ef
3 changed files with 20 additions and 14 deletions
|
|
@ -1,6 +1,14 @@
|
|||
import generateProfileLink from 'src/services/user_profile_link_generator/user_profile_link_generator'
|
||||
import { mapGetters, mapState } from 'vuex'
|
||||
import { highlightClass, highlightStyle } from '../../services/user_highlighter/user_highlighter.js'
|
||||
import { library } from '@fortawesome/fontawesome-svg-core'
|
||||
import {
|
||||
faAt
|
||||
} from '@fortawesome/free-solid-svg-icons'
|
||||
|
||||
library.add(
|
||||
faAt
|
||||
)
|
||||
|
||||
const MentionLink = {
|
||||
name: 'MentionLink',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue