operational partner

This commit is contained in:
Pritimay Sarkar
2023-09-13 18:17:17 +05:30
parent 5ebdd68f50
commit 78aa6004f1

View File

@@ -89,15 +89,15 @@ function AppOp() {
<div className='cards-container'> <div className='cards-container'>
<div className='cards-row'> <div className='cards-row'>
<Card title={"Total"} counter={"339"} color={'black'} backgroundColor={'rgb(254, 240, 227)'} /> <Card title={"Total"} counter={"1716"} color={'black'} backgroundColor={'rgb(254, 240, 227)'} />
<Card title={"Normal"} counter={"211"} backgroundColor={'rgb(234, 240, 230)'} /> <Card title={"Normal"} counter={"1577"} backgroundColor={'rgb(234, 240, 230)'} />
<Card title={"Sickle Cell Disease HbSS"} counter={"48"} backgroundColor={'rgb(234, 246, 245)'} /> <Card title={"Sickle Cell Disease HbSS"} counter={"43"} backgroundColor={'rgb(234, 246, 245)'} />
</div> </div>
<div className='cards-row'> <div className='cards-row'>
<Card title={"Sickle Cell Trait HbAS"} counter={"80"} backgroundColor={'rgb(192,233, 199)'} /> <Card title={"Sickle Cell Trait HbAS"} counter={"96"} backgroundColor={'rgb(192,233, 199)'} />
<Card title={"Males"} counter={"185"} backgroundColor={'rgb(237, 190, 190)'} /> <Card title={"Males"} counter={"976"} backgroundColor={'rgb(237, 190, 190)'} />
<Card title={"Female"} counter={"154"} backgroundColor={'rgb(249, 195, 195)'} /> <Card title={"Female"} counter={"740"} backgroundColor={'rgb(249, 195, 195)'} />
</div> </div>
</div> </div>