This commit is contained in:
2026-06-29 07:19:04 -06:00
parent 2da0d098b9
commit 4261bae104
10 changed files with 58 additions and 61 deletions

View File

@@ -175,7 +175,7 @@ const columns: DataTableColumn<Submission["info"]["data"][number]>[] = [
<n-icon
:color="rule.passed ? theme.successColor : theme.errorColor"
>
<Icon :icon="rule.passed ? 'ep:select' : 'ep:close-bold'" />
<Icon :icon="rule.passed ? 'ph:check' : 'ph:x-bold'" />
</n-icon>
<span>{{ rule.description }}</span>
</n-flex>