Fix Shop Poster view link
This commit is contained in:
@@ -37,10 +37,7 @@
|
||||
size="xsmall"
|
||||
url="/shop/poster-{location.slug}"
|
||||
text="View"
|
||||
on:click={(event) => {
|
||||
event.preventDefault()
|
||||
setTimeout(() => $smoothScroll.scrollTo('#poster', { duration: 2 }), 1000)
|
||||
}}
|
||||
on:click={() => $smoothScroll.scrollTo('#poster', { duration: 2 })}
|
||||
/>
|
||||
<Button
|
||||
tag="button"
|
||||
|
||||
Reference in New Issue
Block a user