Use headset icon for audio mode

This commit is contained in:
Omar Roth 2019-04-14 18:24:25 -05:00
parent 80c1ebd768
commit ca515f2eae
1 changed files with 1 additions and 1 deletions

View File

@ -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>