task update

This commit is contained in:
Samandar Turgunboyev
2026-01-26 16:40:55 +05:00
parent cbbe2f83e2
commit 19d86d619b
9 changed files with 33 additions and 46 deletions

View File

@@ -203,24 +203,22 @@ export default function Plans() {
>
<div className="flex gap-3">
<div className="flex-1 flex flex-col">
<h3
{/* <h3
className={clsx(
"font-semibold wrap-break-word",
item.comment ? "text-green-500" : "text-foreground",
)}
>
{item.title}
</h3>
<p
</h3> */}
<h3
className={clsx(
"text-sm wrap-break-word",
item.comment
? "text-green-500"
: "text-muted-foreground",
"font-semibold wrap-break-word",
item.comment ? "text-green-500" : "text-foreground",
)}
>
{item.description}
</p>
</h3>
</div>
</div>