Add anchor links to CTAs
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
export let icon: string
|
||||
export let alt: string
|
||||
export let label: string
|
||||
export let url: string = undefined
|
||||
export let url: string
|
||||
</script>
|
||||
|
||||
<a href={url} class="box-cta">
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
const { continent, settings: { explore_list }} = getContext('global')
|
||||
</script>
|
||||
|
||||
<div class="browse">
|
||||
<div class="browse" id="locations">
|
||||
<div class="browse__description">
|
||||
<p>{explore_list}</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user