Cleanup code
- Remove unused props - Add alt to icon on BoxCTA
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
<a href={url} class="box-cta">
|
||||
<div class="icon">
|
||||
<Icon icon={icon} />
|
||||
<Icon icon={icon} label={alt} />
|
||||
</div>
|
||||
<span class="text-label">
|
||||
{label}
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
import Select from '$components/molecules/Select.svelte'
|
||||
|
||||
export let item: any
|
||||
export let index: number
|
||||
|
||||
const dispatch = createEventDispatcher()
|
||||
const quantityLimit = 5
|
||||
|
||||
Reference in New Issue
Block a user