Skip to content

Commit

Permalink
Update close icon in noticeBlock.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrykuku committed Mar 25, 2024
1 parent a2cbf43 commit 1ace123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/components/noticBlock/noticeBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{{ $t(noticeData.prelude.title) }}
</div>
<div class="is-flex-shrink-0 _close-polymorphic" style="height: 1.5rem" @click="close">
<b-icon custom-size="casa-24px" icon="close-xs" pack="casa"></b-icon>
<b-icon custom-size="casa-24px" icon="close-outline" pack="casa"></b-icon>
</div>
</div>
<!-- end of section head-->
Expand Down

0 comments on commit 1ace123

Please sign in to comment.