File tree Expand file tree Collapse file tree 4 files changed +1
-20
lines changed Expand file tree Collapse file tree 4 files changed +1
-20
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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-
3327export const malt : Sponsor = {
3428 name : 'Malt' ,
3529 logo : '/sponsors/malt.svg' ,
Original file line number Diff line number Diff line change 1- import Image from 'next/image' ;
21import styles from './Footer.module.css' ;
32
43export 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} ;
You can’t perform that action at this time.
0 commit comments