mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:48:35 +01:00
oops lmao
This commit is contained in:
parent
024fad830a
commit
f1029b0b93
1 changed files with 1 additions and 1 deletions
|
@ -1690,7 +1690,7 @@ inv_vid?.recommendedVideos.forEach(video => {
|
|||
<%= x.author %>
|
||||
<% if (x?.authorVerified) { %>
|
||||
<% 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 { %>
|
||||
<i class="icon ion ion-md-checkmark-circle" style="margin-left: 0em;" title="verified channel"></i>
|
||||
<% } %>
|
||||
|
|
Loading…
Reference in a new issue