Skip to content

Commit

Permalink
fix(site): Put the close button in the html button
Browse files Browse the repository at this point in the history
  • Loading branch information
theotime2005 committed Nov 26, 2024
1 parent 4ddfd4b commit faa4c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/components/HotNewsBanner.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div v-if="isOpen && hotNews" class="hot-news">
<prismic-rich-text :field="hotNews" :serializer="customPrismicRichTextSerializer" />
<img class="close" src="/images/close-icon.svg" alt="Fermer" @click.stop="closeBanner" />
<button><img class="close" src="/images/close-icon.svg" alt="Fermer" @click.stop="closeBanner" /></button>
</div>
</template>

Expand Down

0 comments on commit faa4c45

Please sign in to comment.