This commit is contained in:
2024-07-05 17:09:55 +08:00
parent 329489d83a
commit b63ba1c628
3 changed files with 8 additions and 5 deletions

View File

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