Skip to content

Commit

Permalink
fix(Announcement): use self-closing tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo-Messi committed Jan 16, 2025
1 parent c25c39e commit b4125aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Announcement.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const prelink = usePrelink()
:inline="true"
alt="Icon"
aria-hidden="true"
></Icon>
/>
<p
aria-hidden="true"
v-html="prelink.dateText || '活动时间: 即日至'"
Expand Down

0 comments on commit b4125aa

Please sign in to comment.