diff --git a/html/channel.ejs b/html/channel.ejs index e6b0e051..d3739e32 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -816,15 +816,12 @@ width: fit-content;
<% if (!isMobile) { %>
- <% if (!sort) { %> + <% if (sort == "newest") { %> Recently Uploaded - + @@ -833,9 +830,10 @@ width: fit-content; <% } %> - <% if (sort) { %> + <% if (sort != "newest") { %> + Recently Uploaded @@ -844,6 +842,7 @@ width: fit-content; Popular + <% } %> <% } %>