diff --git a/html/channel.ejs b/html/channel.ejs index 7bce5978..dde978e4 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -553,8 +553,8 @@ margin-right: -79px; <% } %>
- - Channel Avatar + class="avatar"> + " alt="Channel Avatar"> <% if (cinv?.authorVerified) { %> @@ -594,7 +594,7 @@ margin-right: -79px;

<% try { %> - <%- getFirstLine(desc).slice(0, 60) %> + <%- getFirstLine(cinv.description).slice(0, 60) %> <% } catch (error) { %> @@ -808,7 +808,7 @@ width: fit-content;

- <%-getFirstLine(desc)%> + <%-getFirstLine(cinv.description)%>

@@ -1019,7 +1019,7 @@ width: fit-content; <% tj.videos.forEach (x => { %> -
<%- turntomins(x.lengthSeconds) %>
+
<%- turntomins(x.lengthSeconds) %>
<%- x.title %> @@ -1067,7 +1067,7 @@ margin-left: 8em;" > <% shorts.videos.forEach (x => { %> - + @@ -1142,7 +1142,7 @@ margin-left: 8em;" > <% stream.videos.forEach (x => { %> -
<%- turntomins(x.lengthSeconds) %>
+
<%- turntomins(x.lengthSeconds) %>
<%- x.title %> @@ -1218,7 +1218,7 @@ margin-left: 8em;" >
<% } %>