Fix two icon_tag goofs
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<span class="color-picker__color">
|
||||
<label class="btn btn--circle" style="--btn-background: <%= color %>" title="<%= color %>">
|
||||
<%= form.radio_button :color, color %>
|
||||
<%= icon_tag "check.svg", class: "checked" %>
|
||||
<%= icon_tag "check", class: "checked" %>
|
||||
<span class="for-screen-reader"><%= color %></span>
|
||||
</label>
|
||||
</span>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
<form method="dialog" class="lightbox__btn">
|
||||
<button class="btn fill-white" title="Close (esc)">
|
||||
<%= icon_tag "remove.svg" %>
|
||||
<%= icon_tag "remove" %>
|
||||
<span class="for-screen-reader">Close image viewer (esc)</span>
|
||||
</button>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user