refactor: update Button to always use a size, determine tag from url
This commit is contained in:
@@ -104,7 +104,12 @@
|
||||
{settings.description}
|
||||
</p>
|
||||
|
||||
<Button url="#locations" text="Explore locations" on:click={() => $smoothScroll.scrollTo('#locations', { duration: 2 })}>
|
||||
<Button
|
||||
size="medium"
|
||||
url="#locations"
|
||||
text="Explore locations"
|
||||
on:click={() => $smoothScroll.scrollTo('#locations', { duration: 2 })}
|
||||
>
|
||||
<IconEarth animate={true} />
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user