mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:18:26 +01:00
FIX MY SKILL ISSUEEE
This commit is contained in:
parent
0df59c8f0a
commit
8d65afa71b
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ border-radius: 5px;
|
|||
|
||||
<% if (!video.Channel.Name.endsWith(' - Topic')) { %>
|
||||
|
||||
<% if (!nigth.channel.badges[0].tooltip === null) { %>
|
||||
<% if (nigth.channel.badges[0].tooltip !== null) { %>
|
||||
|
||||
<% if (nigth.channel.badges[0].tooltip === "Verified") { %>
|
||||
<i class="fa-solid fa-badge-check" title="<%=nigth.channel.badges[0].tooltip%>"></i>
|
||||
|
|
Loading…
Reference in a new issue