change card title from screened to registration
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user