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
|
@ -22,6 +22,11 @@
|
|||
:class="[{ '-sublime': !highlight }, oldStyle ? 'button-unstyled' : 'button-default']"
|
||||
@click.prevent="onClick"
|
||||
>
|
||||
<FAIcon
|
||||
size="s"
|
||||
icon="at"
|
||||
class="at"
|
||||
/>
|
||||
<!-- eslint-disable vue/no-v-html -->
|
||||
<span class="shortName"><span
|
||||
class="userName"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue