mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 05:08:34 +01:00
mb
This commit is contained in:
parent
15fadaad41
commit
c5b0107746
1 changed files with 1 additions and 1 deletions
|
@ -1395,7 +1395,7 @@ WIP! </a>
|
|||
}
|
||||
};
|
||||
|
||||
const likeColor = getLikePercentageColor(likePercentage);
|
||||
const likeColor = getPercentageColor(likePercentage);
|
||||
%>
|
||||
|
||||
<span style="color: <%= likeColor %>;"><%= likePercentage %></span> of the users lieked the video!! <br>
|
||||
|
|
Loading…
Reference in a new issue