Add anchor links to CTAs

This commit is contained in:
2021-10-03 13:10:57 +02:00
parent dc11cd28ad
commit c4ba30db6a
3 changed files with 14 additions and 7 deletions

View File

@@ -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">

View File

@@ -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>