Skip to content

Commit

Permalink
use volume icon instead of play
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhawksley committed Jan 28, 2025
1 parent 1c31c13 commit b0aed42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/displays/mira.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<% end %>
<% if view_object[:sonos_status].present? %>
<div class="hide-if-empty" style="background-color: black; color: white; padding: 1rem 2rem; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;">
<i class="fa-solid fa-play fa-fw"></i>
<i class="fa-solid fa-volume-high fa-fw"></i>
<strong><%= view_object[:sonos_status][:artist] %></strong>
<% if view_object[:sonos_status][:track].present? %>
: <%= view_object[:sonos_status][:track] %>
Expand Down

0 comments on commit b0aed42

Please sign in to comment.