Skip to content

Commit

Permalink
feat: Add Netlify icon and link in Footer component
Browse files Browse the repository at this point in the history
  • Loading branch information
justpiple committed Jan 12, 2025
1 parent 236c707 commit 241c63f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
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 241c63f

Please sign in to comment.