Add spinning orca for loading

This commit is contained in:
Caleb
2025-05-23 15:48:11 -04:00
committed by Cooper Quintin
parent c182543dfa
commit 70a7d81d05
2 changed files with 4 additions and 1 deletions

View File

@@ -76,6 +76,9 @@
</div>
<DeleteAllButton/>
{:else}
<p>Loading...</p>
<div class="flex flex-col justify-center items-center">
<img src="/rayhunter_orca_only.png" class="h-48 animate-spin"/>
<p class="text-xl">Loading...</p>
</div>
{/if}
</div>