diff --git a/src/components/molecules/Poster.svelte b/src/components/molecules/Poster.svelte
index f13e0da..1ce0163 100644
--- a/src/components/molecules/Poster.svelte
+++ b/src/components/molecules/Poster.svelte
@@ -36,7 +36,7 @@
size="xsmall"
url="/shop/poster-{location.slug}"
text="View"
- on:click={() => setTimeout(() => smoothScroll('poster', false), 1000)}
+ on:click={() => setTimeout(() => smoothScroll({ hash: 'poster', changeHash: false }), 1000)}
/>
-