use icon instead of symbol for @ in mentions links

This commit is contained in:
Henry Jameson 2021-06-10 13:29:59 +03:00
commit 6bff7cc6ef
3 changed files with 20 additions and 14 deletions

View file

@ -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',