aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2025-04-09 14:22:23 +0200
committerMario Vavti <mario@mariovavti.com>2025-04-09 14:22:23 +0200
commit10c2bd83d3bdcf189253cbbfc382933269ccddf9 (patch)
tree5ade34aeed607bc4e1bd031248abc73f1ca8e650 /view
parent4b02bd60cb3227ab1d0b15307e2facaec2e6e3d6 (diff)
parent50ea3afcb0da82d95689f89d81771023ccfb084a (diff)
downloadvolse-hubzilla-10c2bd83d3bdcf189253cbbfc382933269ccddf9.tar.gz
volse-hubzilla-10c2bd83d3bdcf189253cbbfc382933269ccddf9.tar.bz2
volse-hubzilla-10c2bd83d3bdcf189253cbbfc382933269ccddf9.zip
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'view')
-rw-r--r--view/tpl/conv_item.tpl2
-rw-r--r--view/tpl/conv_list.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl
index 96e6f57df..da1e5a472 100644
--- a/view/tpl/conv_item.tpl
+++ b/view/tpl/conv_item.tpl
@@ -162,7 +162,7 @@
<div class="row g-0">
{{foreach $item.reactions as $react}}
<div class="col-3 p-2">
- <a class="" href="#" onclick="jotReact({{$item.id}},'{{$react}}'); return false;"><img class="menu-img-1" src="/images/emoji/{{$react}}.png" alt="{{$react}}" /></a>
+ <a class="" href="#" onclick="jotReact({{$item.id}},'{{$react}}'); return false;"><img class="menu-img-1" src="/images/emoji/emojitwo/{{$react}}.png" alt="{{$react}}" /></a>
</div>
{{/foreach}}
</div>
diff --git a/view/tpl/conv_list.tpl b/view/tpl/conv_list.tpl
index 6143e156e..ad54fce7e 100644
--- a/view/tpl/conv_list.tpl
+++ b/view/tpl/conv_list.tpl
@@ -167,7 +167,7 @@
<div class="row g-0">
{{foreach $item.reactions as $react}}
<div class="col-3 p-2">
- <a class="" href="#" onclick="jotReact({{$item.id}},'{{$react}}'); return false;"><img class="menu-img-1" src="/images/emoji/{{$react}}.png" alt="{{$react}}" /></a>
+ <a class="" href="#" onclick="jotReact({{$item.id}},'{{$react}}'); return false;"><img class="menu-img-1" src="/images/emoji/emojitwo/{{$react}}.png" alt="{{$react}}" /></a>
</div>
{{/foreach}}
</div>