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 7eb7920..e7c260d 100644
--- a/themes/default/layouts/shortcodes/react.html
+++ b/themes/default/layouts/shortcodes/react.html
@@ -15,7 +15,7 @@
)
-}}
-<reaction-hover title="{{ $title }}">
+<reaction-tip title="{{ $title }}">
{{ $text | markdownify }}
<a href="{{ $image.Permalink }}">
<img
@@ -26,4 +26,4 @@
src="{{ $image.Permalink }}"
/>
</a>
-</reaction-hover>
+</reaction-tip>