Cleaned up the page loading for IDAA section

This commit is contained in:
Scott Idem
2025-04-18 14:01:51 -04:00
parent 1e099a275b
commit ccba530223

View File

@@ -182,7 +182,7 @@ run(() => {
<p class="text-sm text-gray-500 text-center">IDAA Novi UUID not found!</p>
{/if}
{:else}
{:else if browser}
<div class="container flex flex-col gap-1 w-full items-center justify-center font-bold p-8 m-8">
<h1>
@@ -209,5 +209,9 @@ run(() => {
<p>IDAA Novi UUID not found!</p>
{/if}
</div>
{:else}
<p class="text-sm text-gray-500 text-center">
<span class="fas fa-spinner fa-spin"></span>
Loading...
</p>
{/if}