File tree Expand file tree Collapse file tree
apps/web-app/app/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 ]"
1616 >
1717 <div class =" mx-2 px-2 py-1 bg-default/97 rounded-lg flex flex-row items-center gap-1.5" >
18- <UIcon name =" i-lucide-scroll-text" class =" shrink-0 size-5 text-secondary" />
18+ <UIcon
19+ name =" i-lucide-scroll-text"
20+ class =" shrink-0 size-5 text-secondary"
21+ :class =" [
22+ agreementProgress <= 15 && '!text-error animate-pulse',
23+ ]"
24+ />
1925
2026 <UProgress
2127 v-model =" agreementProgress"
2228 size =" md"
2329 color =" secondary"
30+ :ui =" {
31+ indicator: agreementProgress <= 15 && '!bg-error',
32+ }"
2433 />
2534 </div >
2635 </div >
4554 {{ partner.legalEntity?.name }}
4655 </p >
4756
48- <p class =" text-sm/4 text-error line-clamp-3" >
49- {{ partner?.legal }}
50- </p >
51-
5257 <p class =" text-sm/4 text-muted line-clamp-4" >
5358 {{ partner.city }}
5459 </p >
You can’t perform that action at this time.
0 commit comments