denovix data added till 12sept

This commit is contained in:
Pritimay Sarkar
2023-09-19 12:22:47 +05:30
parent 78aa6004f1
commit 8b5d071d0f

View File

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