Always add animate-spin class to spinner_icon
This also fixes the source data and fav button spinners not spinning
after commit 77515915a4
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<% if upload_media_asset.failed? %>
|
||||
Failed
|
||||
<% else %>
|
||||
<%= spinner_icon(class: "animate-spin h-8") %>
|
||||
<%= spinner_icon(class: "h-8") %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user