Skip to content

Commit 569f2cc

Browse files
committed
fix: cookie consent icon
1 parent edff411 commit 569f2cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/components/layout/CookieConsent.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ onMounted(() => {
1313
'title': 'Welcome to Nuxt Commerce',
1414
'description': 'A high-performance, server-rendered E-commerce app built with Nuxt & Shopify',
1515
'duration': Infinity,
16+
'closeIcon': 'i-heroicons-x-mark-20-solid',
1617
'onClick': () => {},
1718
'onUpdate:open': () => {
1819
consent.value = 'cookie-consent'
@@ -23,5 +24,5 @@ onMounted(() => {
2324
</script>
2425

2526
<template>
26-
<span />
27+
<div />
2728
</template>

0 commit comments

Comments
 (0)