Dashboard made robust

This commit is contained in:
Sidharth Prabhu
2026-04-21 01:10:45 +05:30
parent ee98c1c45e
commit 7b9473266f
13 changed files with 104 additions and 61 deletions

View File

@@ -395,7 +395,7 @@ const Products = () => {
})()}
</div>
</td>
<td className="px-6 py-4 text-sm font-bold text-[#1e293b]">R{product.price}</td>
<td className="px-6 py-4 text-sm font-bold text-[#1e293b]">{product.price}</td>
<td className="px-6 py-4">
<div className="flex flex-col gap-1.5">
<span className={`inline-flex items-center gap-1.5 px-2.5 py-1 rounded-full text-xs font-bold w-fit ${product.active ? 'bg-green-100 text-green-700' : 'bg-gray-100 text-gray-600'}`}>