Fix some missing smooth scroll function syntax
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
icon="globe"
|
||||
label="Discover locations"
|
||||
alt="Globe"
|
||||
on:click={() => smoothScroll('locations')}
|
||||
on:click={() => smoothScroll({ hash: 'locations' })}
|
||||
/>
|
||||
</li>
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user