Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cbbd23fde3 | |||
| 18c1a78d4c |
@@ -3,7 +3,7 @@ import { DefaultCard } from "../"
|
|||||||
export default function DashboardHome() {
|
export default function DashboardHome() {
|
||||||
return (
|
return (
|
||||||
<div className='w-full'>
|
<div className='w-full'>
|
||||||
<div className='group w-full xxs:w-96 h-32'>
|
<div className='group w-full lg:w-96 h-32'>
|
||||||
<DefaultCard
|
<DefaultCard
|
||||||
descText='You currently do not have any open application. Click on apply for a loan to get started.'
|
descText='You currently do not have any open application. Click on apply for a loan to get started.'
|
||||||
iconName='arrow'
|
iconName='arrow'
|
||||||
@@ -16,7 +16,7 @@ export default function DashboardHome() {
|
|||||||
|
|
||||||
<div className='w-full mt-20 flex gap-16 flex-wrap'>
|
<div className='w-full mt-20 flex gap-16 flex-wrap'>
|
||||||
{/* cards display */}
|
{/* cards display */}
|
||||||
<div className='group h-40 w-full xxs:w-80'>
|
<div className='group h-40 w-full lg:w-80'>
|
||||||
<DefaultCard
|
<DefaultCard
|
||||||
title='Apply for a loan'
|
title='Apply for a loan'
|
||||||
descText='You currently do not have any open application. Click on apply for a loan to get started.'
|
descText='You currently do not have any open application. Click on apply for a loan to get started.'
|
||||||
@@ -28,7 +28,7 @@ export default function DashboardHome() {
|
|||||||
onClick={()=>{console.log('working')}}
|
onClick={()=>{console.log('working')}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className='group h-40 w-full xxs:w-80'>
|
<div className='group h-40 w-full lg:w-80'>
|
||||||
<DefaultCard
|
<DefaultCard
|
||||||
title='Loan history'
|
title='Loan history'
|
||||||
descText='You currently do not have any open application. Click on apply for a loan to get started.'
|
descText='You currently do not have any open application. Click on apply for a loan to get started.'
|
||||||
@@ -40,7 +40,7 @@ export default function DashboardHome() {
|
|||||||
onClick={()=>{console.log('working')}}
|
onClick={()=>{console.log('working')}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className='group h-40 w-full xxs:w-80'>
|
<div className='group h-40 w-full lg:w-80'>
|
||||||
<DefaultCard
|
<DefaultCard
|
||||||
title='How it works?'
|
title='How it works?'
|
||||||
descText='Steps to follow to complete your loan application successfully.'
|
descText='Steps to follow to complete your loan application successfully.'
|
||||||
|
|||||||
Reference in New Issue
Block a user