diff options
| author | Fuwn <[email protected]> | 2024-10-28 15:32:46 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-28 15:32:46 -0700 |
| commit | 39b677404558ae3b7eb34e818d7ca308f62f9cb0 (patch) | |
| tree | 7f19fca39ecd4237e3c0d1aef2d8e9fa3cec7845 /src/lib/Landing.svelte | |
| parent | feat(graphql): paged badges query (diff) | |
| download | due.moe-svelte-5.tar.xz due.moe-svelte-5.zip | |
feat: update to svelte 5svelte-5
Diffstat (limited to 'src/lib/Landing.svelte')
| -rw-r--r-- | src/lib/Landing.svelte | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/Landing.svelte b/src/lib/Landing.svelte index 29a341f1..bfe69de9 100644 --- a/src/lib/Landing.svelte +++ b/src/lib/Landing.svelte @@ -39,7 +39,7 @@ </div> </div> -<p /> +<p></p> <div class="example-item card"> <div class="card item-description"> @@ -65,7 +65,7 @@ </div> </div> -<p /> +<p></p> <div class="example-item card"> <div class="item-content"> @@ -105,7 +105,7 @@ <span class="big-text"> <a href={`https://anilist.co/api/v2/oauth/authorize?client_id=${env.PUBLIC_ANILIST_CLIENT_ID}&redirect_uri=${env.PUBLIC_ANILIST_REDIRECT_URI}&response_type=code`} - on:click={() => { + onclick={() => { localStorage.setItem( 'redirect', window.location.origin + window.location.pathname + window.location.search |