Skip to content

Commit 036b02b

Browse files
authored
feat(sponsor): some sponsor cleanup (#547)
1 parent 2d108d3 commit 036b02b

File tree

4 files changed

+1
-20
lines changed

4 files changed

+1
-20
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,3 @@ First take a look at our [Code of conduct](./CODE_OF_CONDUCT.md).
2222
## ✍️Contributing
2323

2424
[Take a look at the contributing documentation](./CONTRIBUTING.md)
25-
26-
## Sponsor
27-
28-
[![Vercel](https://images.ctfassets.net/e5382hct74si/78Olo8EZRdUlcDUFQvnzG7/fa4cdb6dc04c40fceac194134788a0e2/1618983297-powered-by-vercel.svg)](https://vercel.com?utm_source=lyonjs&utm_campaign=oss)

data/budget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const budgetRows: BudgetRowType[] = [
2222
},
2323
{
2424
expense: 'Hébergement du site',
25-
description: 'Offert par Vercel et Clever Cloud',
25+
description: 'Offert par Clever Cloud',
2626
cost: 0,
2727
},
2828
{

data/sponsors.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ export const smile: Sponsor = {
2424
url: 'https://www.smile.eu/fr',
2525
};
2626

27-
export const vercel: Sponsor = {
28-
name: 'Vercel',
29-
logo: '/sponsors/vercel.svg',
30-
url: 'https://vercel.com/',
31-
};
32-
3327
export const malt: Sponsor = {
3428
name: 'Malt',
3529
logo: '/sponsors/malt.svg',

modules/footer/Footer.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import Image from 'next/image';
21
import styles from './Footer.module.css';
32

43
export const Footer = () => {
@@ -13,14 +12,6 @@ export const Footer = () => {
1312
>
1413
@LyonJS
1514
</a>
16-
<a href="https://vercel.com?utm_source=lyonjs&utm_campaign=oss">
17-
<Image
18-
alt="Vercel"
19-
width="200"
20-
height="100"
21-
src="https://images.ctfassets.net/e5382hct74si/78Olo8EZRdUlcDUFQvnzG7/fa4cdb6dc04c40fceac194134788a0e2/1618983297-powered-by-vercel.svg"
22-
/>
23-
</a>
2415
</footer>
2516
);
2617
};

0 commit comments

Comments
 (0)