Skip to content

Commit

Permalink
fix loading thing
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Jan 6, 2025
1 parent e525a45 commit 20ae0ad
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions kitsune-fe/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import type { PageData } from './$houdini';
import { _registerSchema } from './+page';
import IconThreeDotsLoading from '~icons/eos-icons/three-dots-loading?raw&width=2em&height=2em';
import IconThreeDotsLoading from '~icons/eos-icons/three-dots-loading';
const { data }: { data: PageData } = $props();
Expand Down Expand Up @@ -153,9 +153,7 @@
<p>
<Button class="w-full" disabled={registerButtonDisabled}>
{#if registerButtonDisabled}
<!-- Work around unplugin-icons bug: <https://github.com/unplugin/unplugin-icons/issues/242> -->
<!-- eslint-disable-next-line svelte/no-at-html-tags -->
{@html IconThreeDotsLoading}
<IconThreeDotsLoading class="m-auto h-8 w-8" />
{:else}
Register
{/if}
Expand Down

0 comments on commit 20ae0ad

Please sign in to comment.