aboutsummaryrefslogtreecommitdiff
path: root/src/components/react_button/react_button.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-10-19 19:38:49 +0300
committerHenry Jameson <me@hjkos.com>2020-10-20 20:28:11 +0300
commit38142182774ea772aacc88f26586512d6279267f (patch)
treed350aba1b9e19741c8219e6ae54d2fedd74cf71f /src/components/react_button/react_button.vue
parent350f25016f7a42cf1775785dc0c3cb7e59bb321d (diff)
Some initial work on replacing icons with FA5
Diffstat (limited to 'src/components/react_button/react_button.vue')
-rw-r--r--src/components/react_button/react_button.vue6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/react_button/react_button.vue b/src/components/react_button/react_button.vue
index 0b34add1..8395d5e3 100644
--- a/src/components/react_button/react_button.vue
+++ b/src/components/react_button/react_button.vue
@@ -36,9 +36,11 @@
<div class="reaction-bottom-fader" />
</div>
</div>
- <i
+ <FAIcon
slot="trigger"
- class="icon-smile button-icon add-reaction-button"
+ class="button-icon add-reaction-button"
+ :icon="['far', 'smile-beam']"
+ size="lg"
:title="$t('tool_tip.add_reaction')"
/>
</Popover>