-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from Ritz7777/main
login/signup
- Loading branch information
Showing
2 changed files
with
31 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
const Footer = () => { | ||
return ( | ||
<div> | ||
<footer className='bg-[#e2e8f0] text-black py-4 pt-5'> | ||
<div className='container mx-auto flex flex-col md:flex-row items-center justify-between px-4'> | ||
<div className='flex items-center text-center mb-4 md:mb-0'> | ||
<span className="ml-4 text-lg font-semibold">© Government of India</span> | ||
</div> | ||
<div className='text-center'> | ||
<p>Toll-Free Contact Number: 1800 000 0000</p> | ||
</div> | ||
return ( | ||
<div> | ||
<footer className="bg-[#e2e8f0] text-black py-4 pt-5"> | ||
<div className="container mx-auto flex flex-col md:flex-row items-center justify-between px-4"> | ||
<div className="flex items-center text-center mb-4 md:mb-0"> | ||
<span className="ml-4 text-lg font-semibold"> | ||
© Government of India | ||
</span> | ||
</div> | ||
</footer> | ||
</div> | ||
); | ||
}; | ||
|
||
export default Footer; | ||
|
||
<div className="text-center"> | ||
<p>Toll-Free Contact Number: 1800 000 0000</p> | ||
</div> | ||
</div> | ||
</footer> | ||
</div> | ||
); | ||
}; | ||
|
||
export default Footer; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters