Replace sync spinners with pulse animation (#2413)

* Replace sync spinners with pulse animation

* Remove dev code
This commit is contained in:
Zach Gollwitzer
2025-06-25 16:51:30 -04:00
committed by GitHub
parent 637d630388
commit 4b50acff2b
7 changed files with 27 additions and 44 deletions

View File

@@ -1,5 +0,0 @@
<%# locals: (size: "md") %>
<div class="animate-spin text-gray-500">
<%= icon "loader-circle", color: "current", size: size %>
</div>