aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/shortcodes/react.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/shortcodes/react.html')
-rw-r--r--themes/default/layouts/shortcodes/react.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/layouts/shortcodes/react.html b/themes/default/layouts/shortcodes/react.html
index 344bd2d..ea96101 100644
--- a/themes/default/layouts/shortcodes/react.html
+++ b/themes/default/layouts/shortcodes/react.html
@@ -16,7 +16,7 @@
)
-}}
-<reaction-tip title="{{ $title }}">
+<tool-tip data-type="reaction" title="{{ $title }}">
{{ $text | markdownify }}
<a href="{{ $image.Permalink }}">
<img
@@ -27,4 +27,4 @@
src="{{ $image.Permalink }}"
/>
</a>
-</reaction-tip>
+</tool-tip>