Salary :oan ID

This commit is contained in:
CHIEFSOFT\ameye
2025-02-25 11:24:59 -05:00
parent 20231b65c0
commit f74e0ef436
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ export default function GetLoanScreens() {
</div>
<div className='w-full text-center'>
<h1 className="mb-[1px] text-2xl font-bold">{state?.user.name}</h1>
<span className={`text-base font-bold p-1 rounded`}>BVN: {state?.user.bvn}</span>
<span className={`text-base font-bold p-1 rounded`}>ID: {state?.user.bvn}</span>
</div>
</div>
{!step?.screen?.length || step?.screen[step.screen.length -1 ] == screens.products ?
+1 -1
View File
@@ -51,7 +51,7 @@ export default function HomeCom() {
<div onClick={()=>getLoanPage(user)} key={user?.uid || index} className={`${hasSalaryAcct ? 'bg-white' : 'bg-red-50'} w-full rounded p-3 sm:p-5 shadow flex flex-col gap-5 hover:scale-105 hover:cursor-pointer`}>
<div className="mb-5 card-title w-full md:w-4/5 mx-auto text-center">
<h1 className="mb-[1px] text-base md:text-xl lg:text-2xl font-bold">{user.name}</h1>
<span className={`text-sm font-bold p-1 rounded`}>BVN: {user.bvn}</span>
<span className={`text-sm font-bold p-1 rounded`}>ID: {user.bvn}</span>
</div>
<div className="card-body flex flex-col gap-2">
<div className="contact text-slate-700 flex gap-2 items-center">