aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/photo_view.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl
index 60f1752f1..5dc5fb32d 100644
--- a/view/tpl/photo_view.tpl
+++ b/view/tpl/photo_view.tpl
@@ -151,10 +151,10 @@
{{if $likebuttons}}
<div class="photo-item-tools-right btn-group float-end">
<button type="button" class="btn btn-outline-secondary btn-sm" onclick="dolike({{$likebuttons.id}},'like'); return false">
- <i class="bi fa-thumbs-o-up" title="{{$likebuttons.likethis}}"></i>
+ <i class="bi bi-hand-thumbs-up" title="{{$likebuttons.likethis}}"></i>
</button>
<button type="button" class="btn btn-outline-secondary btn-sm" onclick="dolike({{$likebuttons.id}},'dislike'); return false">
- <i class="bi fa-thumbs-o-down" title="{{$likebuttons.nolike}}"></i>
+ <i class="bi bi-hand-thumbs-down" title="{{$likebuttons.nolike}}"></i>
</button>
</div>
<div id="like-rotator-{{$likebuttons.id}}" class="photo-like-rotator float-end"></div>