some lint and format
Some checks failed
Bump deps (only minor versions) / ci (push) Failing after 20s

This commit is contained in:
0d0 2025-02-22 23:51:11 +01:00
parent 7f8b192a99
commit 7d1cc1d1d8
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
<div
class="absolute inset-0 z-10 flex items-center justify-center bg-white bg-opacity-50"
class="bg-opacity-50 absolute inset-0 z-10 flex items-center justify-center bg-white"
id="spinner"
>
<div class="h-20 w-20 animate-spin rounded-full border-b-2 border-t-2 border-gray-900"></div>
<div class="h-20 w-20 animate-spin rounded-full border-t-2 border-b-2 border-gray-900"></div>
</div>