Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Loechel committed Dec 7, 2023
1 parent 1b015f1 commit d781213
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,11 @@ const IndexPage = () => {
className={'w-[280px] h-[280px] md:hidden lg:block lg:w-[400px] lg:h-[511px] object-scale-down mb-10'}/>
</div>
<div className={'mx-auto'}>
<h2 className={'text-center'}>Team</h2>
<h2 className={'!text-center'}>Project Team</h2>
<Team/>
<div className={''}>
<p>Become a contributing member</p>
</div>
</div>
</section>
</div>
Expand Down

0 comments on commit d781213

Please sign in to comment.