cancel -> times
This commit is contained in:
parent
e8650d3409
commit
046c60cb61
25 changed files with 127 additions and 28 deletions
|
@ -1,9 +1,13 @@
|
|||
import generateProfileLink from 'src/services/user_profile_link_generator/user_profile_link_generator'
|
||||
import { library } from '@fortawesome/fontawesome-svg-core'
|
||||
import { faBullhorn } from '@fortawesome/free-solid-svg-icons'
|
||||
import {
|
||||
faBullhorn,
|
||||
faTimes
|
||||
} from '@fortawesome/free-solid-svg-icons'
|
||||
|
||||
library.add(
|
||||
faBullhorn
|
||||
faBullhorn,
|
||||
faTimes
|
||||
)
|
||||
|
||||
const chatPanel = {
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<span>{{ $t('shoutbox.title') }}</span>
|
||||
<i
|
||||
v-if="floating"
|
||||
class="icon-cancel"
|
||||
icon="times"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue