feat: comment out edit and delete controls in investor details page

This commit is contained in:
sazzadulalambd
2026-05-14 22:28:46 +06:00
parent e57118d040
commit 1f595e5d72

View File

@@ -280,14 +280,14 @@ export default function InvestorDetailPage() {
</span> </span>
</div> </div>
</div> </div>
<div className="flex items-center gap-2 flex-shrink-0"> {/* <div className="flex items-center gap-2 flex-shrink-0">
<button onClick={() => setShowEditModal(true)} className="py-2 px-4 border border-slate-200 text-slate-600 rounded-lg font-semibold text-sm hover:bg-slate-50 flex items-center gap-2"> <button onClick={() => setShowEditModal(true)} className="py-2 px-4 border border-slate-200 text-slate-600 rounded-lg font-semibold text-sm hover:bg-slate-50 flex items-center gap-2">
<Edit className="w-4 h-4" /> Edit <Edit className="w-4 h-4" /> Edit
</button> </button>
<button className="py-2 px-4 bg-red-500 text-white rounded-lg font-semibold text-sm hover:bg-red-600 flex items-center gap-2"> <button className="py-2 px-4 bg-red-500 text-white rounded-lg font-semibold text-sm hover:bg-red-600 flex items-center gap-2">
<Trash2 className="w-4 h-4" /> Delete <Trash2 className="w-4 h-4" /> Delete
</button> </button>
</div> </div> */}
</div> </div>
{/* Stats Row */} {/* Stats Row */}