update icons

This commit is contained in:
2024-06-27 02:15:27 +00:00
parent 4637c9479b
commit 905e13b740
18 changed files with 222 additions and 92 deletions

View File

@@ -9,9 +9,9 @@ defineProps<{ contest: Contest }>()
<n-flex>
<Icon
v-if="contest.contest_type === ContestType.private"
:height="20"
:width="20"
icon="openmoji:locked"
:height="24"
:width="24"
icon="streamline-emojis:locked-with-key"
></Icon>
<span>{{ contest.title }}</span>
</n-flex>