Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading