Skip to content

Commit

Permalink
removed heading
Browse files Browse the repository at this point in the history
  • Loading branch information
heyyakash committed Nov 29, 2023
1 parent 62b9ea3 commit f99cd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Members/Members.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const Members = () => {

<div className="container">
<SectionHeader style={{ marginTop: "-30px" }} data={sectionHeader} className="center-content" />
<h3 style = {{textAlign:"center"}}>Leads</h3>
{/* <h3 style = {{textAlign:"center"}}></h3> */}
<div className='members-parent-container'>
{data.filter((x)=>x.role==="Lead").map((item, key) => (
<Card img={item.img} key={key} name={item.name} role={item.role} />
Expand Down

0 comments on commit f99cd4d

Please sign in to comment.