Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyfallWasTaken committed Sep 3, 2024
1 parent a052aa1 commit a862207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@
<div>
{#if $query.isLoading}
<div
class="light-bg dark:bg-surface-500 flex items-center justify-center rounded-md p-6 shadow-sm"
class="light-bg flex items-center justify-center rounded-md p-6 shadow-sm dark:bg-surface-500"
>
<p class="text-lg font-semibold">One sec...</p>
</div>
{:else if $query.isError}
<div
class="light-bg dark:bg-surface-500 flex flex-col items-center justify-center rounded-md p-6 shadow-sm"
class="light-bg flex flex-col items-center justify-center rounded-md p-6 shadow-sm dark:bg-surface-500"
>
<h2 class="text-lg font-semibold">Uh oh, something went wrong</h2>
<p>Sorry about that! Please refresh the page and try again.</p>
Expand Down

0 comments on commit a862207

Please sign in to comment.