task update
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user