Fix anchor on Homepage locations button

This commit is contained in:
2022-07-19 13:32:56 +02:00
parent 978db8f76d
commit 3ba5a100c8

View File

@@ -95,7 +95,7 @@
{settings.description}
</p>
<Button text="Explore locations" on:click={() => smoothScroll('locations')}>
<Button url="#locations" text="Explore locations" on:click={() => smoothScroll('locations')}>
<IconEarth animate={true} />
</Button>
</div>