This commit is contained in:
CHIEFSOFT\ameye
2025-03-05 16:36:28 -05:00
parent 944fd5c4c1
commit b72fd8e939
+2 -2
View File
@@ -58,13 +58,13 @@ export default function HomeCom() {
<span className="min-w-[30px] min-h-[30px] max-w-[30px] max-h-[30px] rounded-full flex flex-col justify-center items-center bg-slate-100/90 text-slate-700">
<FaUser />
</span>
<span>{user.accountid}</span>
<span>{user.customerid}</span>
</div>
<div className="contact text-slate-700 flex gap-3 items-center">
<span className="min-w-[30px] min-h-[30px] max-w-[30px] max-h-[30px] rounded-full flex flex-col justify-center items-center bg-slate-100/90 text-slate-700">
<BsCash />
</span>
<span>{formatNumber(user.balance)}</span>
<span>{formatNumber(user.balance)} Naira</span>
</div>
<div className="contact text-slate-700 flex gap-3 items-center">
<span className="min-w-[30px] min-h-[30px] max-w-[30px] max-h-[30px] rounded-full flex flex-col justify-center items-center bg-slate-100/90 text-slate-700">