Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
Removed green background line 30 bg-emerald-700 removed
  • Loading branch information
kn4ihp authored Jul 29, 2024
1 parent 608336c commit 883bbf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const About = () => {
</div>
</div>
</div>
<div className=" flex-col gap-5 relative z-0 w-max mx-auto bg-emerald-700 ">
<div className=" flex-col gap-5 relative z-0 w-max mx-auto ">

<div className="text-center justify-between font-bold from-stone-950 text-6xl p-3 pt-14 pb-14 w-full my-3 object-contain">
Meet the NaijaCoder Team
Expand Down

0 comments on commit 883bbf3

Please sign in to comment.