We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a3f25 commit f52866cCopy full SHA for f52866c
view/src/routes/+page.svelte
@@ -44,7 +44,7 @@
44
</select>
45
</header>
46
{#await visits}
47
- <div class="h-full text-center">
+ <div class="flex h-full items-center justify-center text-center">
48
<span class="loading loading-bars loading-lg"></span>
49
</div>
50
{:then visits}
0 commit comments