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

Commit

Permalink
fix: remove vercel advertising (#162)
Browse files Browse the repository at this point in the history
* fix: remove vercel advertising
* fix: improve git ignore
  • Loading branch information
TimotheeMalard authored Dec 6, 2023
1 parent 8edc182 commit 43d22af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
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>
);

0 comments on commit 43d22af

Please sign in to comment.