Skip to content

Commit

Permalink
Merge pull request #329 from justpiple/main
Browse files Browse the repository at this point in the history
Add Netlify icon and link in Footer component
  • Loading branch information
justpiple authored Jan 12, 2025
2 parents 1b739af + 241c63f commit 5971b88
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
Binary file removed image.png
Binary file not shown.
16 changes: 16 additions & 0 deletions public/images/netlify-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 16 additions & 1 deletion src/app/_components/global/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,22 @@ export default function Footer() {
</div>
</div>
</div>
<div></div>
<div className="mt-4 flex items-center gap-2">
<Image
alt="Netlify Icon"
src={"/images/netlify-icon.svg"}
width={24}
height={24}
/>
<a
href="https://www.netlify.com"
target="_blank"
rel="noopener noreferrer"
className="text-sm text-neutral-500"
>
Supported by Netlify
</a>
</div>
</div>
<div className="flex flex-col md:flex-row text-black w-full justify-start gap-[52px] xl:gap-0 xl:justify-between xl:w-[58%]">
<div className="flex flex-col gap-[22px] w-full xl:w-[112px]">
Expand Down

0 comments on commit 5971b88

Please sign in to comment.