mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
oops lmao
This commit is contained in:
parent
024fad830a
commit
f1029b0b93
@ -1690,7 +1690,7 @@ inv_vid?.recommendedVideos.forEach(video => {
|
|||||||
<%= x.author %>
|
<%= x.author %>
|
||||||
<% if (x?.authorVerified) { %>
|
<% if (x?.authorVerified) { %>
|
||||||
<% if (musicChannels.has(x.authorId)) { %>
|
<% if (musicChannels.has(x.authorId)) { %>
|
||||||
<i class="fa fa-music" style="margin-left: 0em;" title="official artist channel"></i>
|
<i class="fa-light fa-music-note" style="margin-left: 0em;" title="verified artist channel"></i>
|
||||||
<% } else { %>
|
<% } else { %>
|
||||||
<i class="icon ion ion-md-checkmark-circle" style="margin-left: 0em;" title="verified channel"></i>
|
<i class="icon ion ion-md-checkmark-circle" style="margin-left: 0em;" title="verified channel"></i>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
Loading…
Reference in New Issue
Block a user