mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:58:28 +01:00
fix a thingy
This commit is contained in:
parent
a43e6fc78c
commit
42927355aa
1 changed files with 1 additions and 1 deletions
|
@ -542,7 +542,7 @@ text-shadow: 1px 1px #000,1px 1px 0.1px #000;!important;
|
|||
<% } %>
|
||||
<% if (inv_vid.genre === "Music") { %>
|
||||
|
||||
<a title="PokeTube Homepage" class="class" href="/143" style=font-family:Inter,sans-serif;color:var(--text-color)> <img loading="lazy" style="transform: scale(1.3);padding-left:0.9em;width: 7.5em;display: block;margin-left: auto;margin-right: auto;" src="/css/music.svg?v=5"></a>
|
||||
<a title="PokeTube Homepage" class="class" href="/143" style=font-family:Inter,sans-serif;color:var(--text-color)> <img loading="lazy" style="transform: scale(1.3);padding-left:0.9em;width: 7.5em;display: block;margin-left: auto;margin-right: auto;" src="/css/music.svg?v=<%=btoa(Date.now())%>"></a>
|
||||
<% } %>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue