Skip to content

Commit

Permalink
Update Footer.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kn4ihp authored Jul 31, 2024
1 parent bdc5a87 commit 22b47c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ const Footer = () => {
<div className="flex max-md:flex-col flex-wrap justify-between gap-5 sm:px-16 px-6 py-10">
<div className="flex flex-col justify-start items-start gap-6">
<Image src="./logo.png" alt="logo" width={118} height={18} className="object-contain" />
<p className="text-base text-gray700">NaijaCoder, Inc. is a registered tax-exempt 501(c)(3). EIN: 88-3205893.</p>
<p className="text-base text-gray700">© 2024 <br/> All rights reserved.</p>
<p className="text-base text-gray700">NaijaCoder, Inc. is a registered tax-exempt 501(c)(3). EIN: 88-3205893.</p>

</div>
{/* 3 columns with 3 links under each */}
<div className="flex flex-col justify-start items-start gap-1">
Expand Down

0 comments on commit 22b47c0

Please sign in to comment.