Fix some missing smooth scroll function syntax

This commit is contained in:
2022-08-01 18:10:18 +02:00
parent 54dc1a24ff
commit e499f69574
2 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@
icon="globe"
label="Discover locations"
alt="Globe"
on:click={() => smoothScroll('locations')}
on:click={() => smoothScroll({ hash: 'locations' })}
/>
</li>
<li>