replace spinner with more reliable SVG implementation

This commit is contained in:
Elijah Duffy
2025-07-10 16:43:40 -07:00
parent 5f4e50a652
commit 11ecf03d8a
2 changed files with 40 additions and 42 deletions

View File

@@ -102,8 +102,7 @@
{/if}
{#if loading}
<div class="w-[1rem]"></div>
<div class="absolute top-1/2 right-4 translate-y-[-40%]"><Spinner size="1.3rem" /></div>
<Spinner class="-mr-1 ml-0.5" size="1.3rem" />
{/if}
</button>