diff --git a/src/components/molecules/Poster.svelte b/src/components/molecules/Poster.svelte index 1ce0163..b28af3b 100644 --- a/src/components/molecules/Poster.svelte +++ b/src/components/molecules/Poster.svelte @@ -17,7 +17,7 @@
{#if image} - smoothScroll('poster', false)} sveltekit:noscroll sveltekit:prefetch> + smoothScroll({ hash: 'poster', changeHash: false })} sveltekit:noscroll sveltekit:prefetch> Globe smoothScroll('locations')} + on:click={() => smoothScroll({ hash: 'locations' })} />