aboutsummaryrefslogtreecommitdiff
path: root/src/components/react_button/react_button.vue
diff options
context:
space:
mode:
authorShpuld Shpuldson <shpuld@shpposter.club>2020-01-28 17:09:25 +0200
committerShpuld Shpuldson <shpuld@shpposter.club>2020-01-28 17:09:25 +0200
commit6afff4f8c205ec70d3694564c706f6a46a61db9e (patch)
treeadd0b6e7a2532d9ba36b10627943cee2e8345208 /src/components/react_button/react_button.vue
parent4e0407973936311ed11c8d03e98aece81a265fd1 (diff)
review changes
Diffstat (limited to 'src/components/react_button/react_button.vue')
-rw-r--r--src/components/react_button/react_button.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/react_button/react_button.vue b/src/components/react_button/react_button.vue
index 7f1bc492..c925dd71 100644
--- a/src/components/react_button/react_button.vue
+++ b/src/components/react_button/react_button.vue
@@ -40,8 +40,7 @@
@click.prevent="openReactionSelect"
>
<i
- :class="classes"
- class="button-icon add-reaction-button"
+ class="icon-smile button-icon add-reaction-button"
:title="$t('tool_tip.add_reaction')"
/>
</div>