Skip to content

Commit

Permalink
fix: warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
pumelotea committed Jul 7, 2022
1 parent 3b5b784 commit f2fce43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HbAdminMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const notice = [
<div class="message-list">
<div class="message-item" v-for="e in messages">
<div class="message-icon">
<n-icon-wrapper :color="e.color" :size="40" border-radius="100">
<n-icon-wrapper :color="e.color" :size="40" :border-radius="100">
<n-icon :size="25">
<i :class="e.icon"></i>
</n-icon>
Expand Down

0 comments on commit f2fce43

Please sign in to comment.