mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 03:18:07 +01:00
fix buyyons lol
This commit is contained in:
parent
c8ec63b903
commit
ea38b3fd3e
1 changed files with 2 additions and 2 deletions
|
@ -620,7 +620,7 @@ display: block;" autoplay controls
|
|||
<div class="new-button" style="height: 2.3em;gap: 2px;">
|
||||
<div title="<%=engagement.likes.toLocaleString()%> Likes">
|
||||
|
||||
<div class="pill-button" style="margin-right: 4.5px;">
|
||||
<div class="pill-button" style="margin-right: 5.5px;">
|
||||
<i class="fa-light fa-thumbs-up"></i>
|
||||
<%=convert(engagement.likes)%>
|
||||
</div>
|
||||
|
@ -1309,7 +1309,7 @@ summary:hover{
|
|||
|
||||
<div class="new-button" style="height: 2.3em">
|
||||
|
||||
<div class="pill-button" style="margin-right: 4.5px;">
|
||||
<div class="pill-button" style="margin-right: 5.5px;">
|
||||
<i class="fa-light fa-thumbs-up"></i>
|
||||
<%=convert(engagement.likes)%>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue