mirror of
https://github.com/iv-org/invidious
synced 2024-11-10 05:03:32 +01:00
Remove news trending section from ui
This commit is contained in:
parent
a7624d4724
commit
8b75590d3e
@ -21,7 +21,7 @@
|
||||
</div>
|
||||
<div class="pure-u-1-3">
|
||||
<div class="pure-g" style="text-align:right">
|
||||
<% {"Default", "Music", "Gaming", "News", "Movies"}.each do |option| %>
|
||||
<% {"Default", "Music", "Gaming", "Movies"}.each do |option| %>
|
||||
<div class="pure-u-1 pure-md-1-3">
|
||||
<% if trending_type == option %>
|
||||
<b><%= translate(locale, option) %></b>
|
||||
|
Loading…
Reference in New Issue
Block a user