mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Use headset icon for audio mode
This commit is contained in:
parent
80c1ebd768
commit
ca515f2eae
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
</a>
|
||||
<% else %>
|
||||
<a title="<%=translate(locale, "Audio mode")%>" href="/watch?<%= env.params.query %>&listen=1">
|
||||
<i class="icon ion-ios-volume-high"></i>
|
||||
<i class="icon ion-md-headset"></i>
|
||||
</a>
|
||||
<% end %>
|
||||
</h1>
|
||||
|
|
Loading…
Reference in a new issue