feat: circle status cleanup
This commit is contained in:
parent
c180fd4406
commit
48d6f7393f
|
|
@ -14,12 +14,12 @@ withDefaults(defineProps<Props>(), {
|
|||
|
||||
<template>
|
||||
<component
|
||||
v-if="category === 'certificate'"
|
||||
:is="
|
||||
completed
|
||||
? 'it-icon-lc-competence-certificate-checked'
|
||||
: 'it-icon-lc-competence-certificate'
|
||||
"
|
||||
v-if="category === 'certificate'"
|
||||
class="h-[32px] w-[32px]"
|
||||
></component>
|
||||
<div
|
||||
|
|
|
|||
Loading…
Reference in New Issue