numbers correction after dedup

This commit is contained in:
Pritimay Sarkar
2023-09-19 15:41:58 +05:30
parent 8b5d071d0f
commit cbcccccae4

View File

@@ -89,15 +89,15 @@ function AppOp() {
<div className='cards-container'>
<div className='cards-row'>
<Card title={"Total"} counter={"736"} color={'black'} backgroundColor={'rgb(254, 240, 227)'} />
<Card title={"Normal"} counter={"410"} backgroundColor={'rgb(234, 240, 230)'} />
<Card title={"Total"} counter={"726"} color={'black'} backgroundColor={'rgb(254, 240, 227)'} />
<Card title={"Normal"} counter={"405"} 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={"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)'} />
<Card title={"Males"} counter={"406"} backgroundColor={'rgb(237, 190, 190)'} />
<Card title={"Female"} counter={"320"} backgroundColor={'rgb(249, 195, 195)'} />
</div>
</div>