diff --git a/src/invidious/views/components/channel-information.ecr b/src/invidious/views/components/channel-information.ecr index 4de18d0b..4e1b81a8 100644 --- a/src/invidious/views/components/channel-information.ecr +++ b/src/invidious/views/components/channel-information.ecr @@ -52,8 +52,8 @@ <%= rendered "components/subscribe_widget" %> -
-
+
+
@@ -136,36 +136,33 @@
-
- - <% if content_type == 0 || content_type == 1 %> - <% route = content_type == 1 ? "/playlists" : "" %> - <% url = "/channel/#{channel.ucid + route}" %> - -
-
- -
-
- <% end %>

-
+ <% if content_type == 1 || content_type == 2 %> + <% route = content_type == 1 ? "/playlists" : "" %> + <% url = "/channel/#{channel.ucid + route}" %> + +
+ +
+ <% end %> +
+
\ No newline at end of file