change card title from screened to registration

This commit is contained in:
prisar
2023-07-27 10:27:51 +05:30
parent b03e9d04a6
commit da21ff66bb

View File

@@ -89,7 +89,7 @@ function App() {
<div className='cards-container'>
<div className='cards-row'>
<Card title={"Screened"} counter={totalScreened} color={'black'} backgroundColor={'rgb(254, 240, 227)'} />
<Card title={"Registration"} counter={totalScreened} color={'black'} backgroundColor={'rgb(254, 240, 227)'} />
<Card title={"Male"} counter={males} backgroundColor={'rgb(234, 240, 230)'} />
<Card title={"Female"} counter={females} backgroundColor={'rgb(234, 246, 245)'} />
</div>