diff options
author | Mario <mario@mariovavti.com> | 2024-08-28 08:44:32 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-08-28 08:44:32 +0000 |
commit | b50e06a9d975fe95f67edb6b4fd84926023f0df2 (patch) | |
tree | e2147174d396e1888ba0adefcbc84c924c8e69b5 /view | |
parent | 66901dbe3e168f4b73c9fb852a783e5f2ae94f3d (diff) | |
download | volse-hubzilla-b50e06a9d975fe95f67edb6b4fd84926023f0df2.tar.gz volse-hubzilla-b50e06a9d975fe95f67edb6b4fd84926023f0df2.tar.bz2 volse-hubzilla-b50e06a9d975fe95f67edb6b4fd84926023f0df2.zip |
fa2bi fixes
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/photo_view.tpl | 4 |
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> |