diff options
| author | Henry Jameson <me@hjkos.com> | 2022-06-12 16:32:32 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-06-12 16:32:32 +0300 |
| commit | 8979548ed8aa8255ddf7d2f7647eb3d2663087c2 (patch) | |
| tree | db2932a45f10f3da6cb93eb5c660102fa53f327f /src/components/extra_buttons/extra_buttons.vue | |
| parent | 55adcd822e194be8aaeb9d6b649de90e9d5e1e45 (diff) | |
remove duplicate buttons on post buttons
Diffstat (limited to 'src/components/extra_buttons/extra_buttons.vue')
| -rw-r--r-- | src/components/extra_buttons/extra_buttons.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/extra_buttons/extra_buttons.vue b/src/components/extra_buttons/extra_buttons.vue index a3c3c767..cafba470 100644 --- a/src/components/extra_buttons/extra_buttons.vue +++ b/src/components/extra_buttons/extra_buttons.vue @@ -119,12 +119,12 @@ </div> </template> <template v-slot:trigger> - <button class="button-unstyled popover-trigger"> + <span class="button-unstyled popover-trigger"> <FAIcon class="fa-scale-110 fa-old-padding" icon="ellipsis-h" /> - </button> + </span> </template> </Popover> </template> |
