diff --git a/src/invidious/views/trending.ecr b/src/invidious/views/trending.ecr index 3ec62555..172ecc65 100644 --- a/src/invidious/views/trending.ecr +++ b/src/invidious/views/trending.ecr @@ -11,28 +11,31 @@ <%= rendered "components/feed_menu" %> -
-
+
+ +
+ <% {"Default", "Music", "Gaming", "Movies"}.each do |option| %> -
- <% if trending_type == option %> - <%= translate(locale, option) %> - <% else %> - + <% if trending_type == option %> +
  • + + <%= translate(locale, option) %> + + <% else %> +
  • + <%= translate(locale, option) %> - <% end %> -
  • + + <% end %> <% end %> -
    +