aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/shortcodes
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-09-11 14:05:36 -0400
committertdro <tdro@noreply.example.com>2022-09-11 14:05:36 -0400
commit75895e4ec6b4bddcb0a7c06819cccc10e7a55986 (patch)
tree57ba85743eb987c047a29655fc0e9ff44da0a6d7 /themes/default/layouts/shortcodes
parentb2ddefe9cc998d74ddfc05c47a9301120be2f2ae (diff)
downloadcanory-75895e4ec6b4bddcb0a7c06819cccc10e7a55986.tar.gz
canory-75895e4ec6b4bddcb0a7c06819cccc10e7a55986.tar.bz2
canory-75895e4ec6b4bddcb0a7c06819cccc10e7a55986.zip
assets/css/default: Change <reaction-hover> to <reaction-tip>
Diffstat (limited to 'themes/default/layouts/shortcodes')
-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>