fix this (oops)

This commit is contained in:
Ashley 2023-11-11 12:04:36 +00:00
parent 42e0156c08
commit 44969517c5

View file

@ -554,7 +554,7 @@ margin-right: -79px;
<% } %>
<div class="channel-info" >
<a href="/avatars/<%=j.Channel?.Metadata.Avatars.Thumbnail?.$t.replace("https://yt3.googleusercontent.com/", "")%>" class="avatar">
<img src="/avatars/<%=j.Channel?.Metadata.Avatars.Thumbnail?.$t.replace("https://yt3.googleusercontent.com", "")%>" alt="Channel Avatar">
<img src="/avatars/<%=j.Channel?.Metadata.Avatars.Thumbnail?.$t.replace("https://yt3.googleusercontent.com/", "")%>" alt="Channel Avatar">
</a>
<% if (cinv?.authorVerified) { %>