Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

fix: remove vercel advertising #162

Merged
merged 2 commits into from
Dec 6, 2023
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
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ yarn-error.log*
.now
.vercel
.env
.idea

# because of yarn
package-lock.json
19 changes: 0 additions & 19 deletions components/common/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import Image from 'next/image';
import Link from 'next/link';
import { ARCHIFILTRE_MAIL_ADDRESS } from '../../utils/constant';

Expand Down Expand Up @@ -61,23 +60,5 @@ export const Footer = () => (
<a className="underline">Fabrique des ministères sociaux</a>
</Link>
</div>
<div
className="footer__vercel"
// TODO: position bottom
>
<Link
href="https://vercel.com/?utm_source=archifiltre&utm_campaign=oss"
passHref
>
<a target="_blank">
<Image
src="/assets/vercel-powered.svg"
alt="vercel-logo"
width={212}
height={44}
/>
</a>
</Link>
</div>
</footer>
);
Loading