mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-21 15:41:00 +00:00
Do not use svg spinner
This commit is contained in:
parent
ded7df70ba
commit
eeb73a393e
1 changed files with 1 additions and 2 deletions
|
@ -17,8 +17,7 @@ defmodule LiveBeatsWeb.ProfileLive.SongEntryComponent do
|
|||
<% else %>
|
||||
Title
|
||||
<span class="text-gray-400">
|
||||
(calculating duration
|
||||
<.spinner class="inline-block animate-spin h-2.5 w-2.5 text-gray-400" />)
|
||||
(calculating duration)
|
||||
</span>
|
||||
<% end %>
|
||||
</label>
|
||||
|
|
Loading…
Reference in a new issue