Skip to content

Commit

Permalink
Update Footer.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
adilshehzad786 authored Feb 7, 2024
1 parent 7758ddd commit d0c781e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/shared/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@ const Footer = () => {
return (
<footer>
<Container>
<div className="w-full h-[60px] bg-black rounded-[12px] flex justify-center items-center px-[24px] gap-[8px]">
<p className="text-[16px] text-white font-normal">Developed by <Link target="_blank" href="https://www.hasnaat-iftikhar.com/" className="text-yellow font-medium">Hasnaat Iftikhar</Link>. Need any help? <Link target="_blank" href="https://www.linkedin.com/in/hasnaat-iftikhar" className="text-yellow font-medium">Click here</Link></p>
</div>
<div className="mt-[24px] w-full flex flex-col sm:flex-row justify-start sm:justify-between items-start sm:items-center gap-[40px] sm:gap-0 mb-[16px] sm:mb-0">
<Logo />
<Link
href="https://events.linuxfoundation.org/about/code-of-conduct/"
href="#"
target="_blank"
className="text-[18px] xl:text-[20px] text-black"
>
Expand Down

0 comments on commit d0c781e

Please sign in to comment.