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