diff options
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 |