We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1690b8c commit 74b3761Copy full SHA for 74b3761
data/schedule.ts
@@ -9,6 +9,7 @@ import {
9
indy,
10
ippon,
11
leWagon,
12
+ lyonJS,
13
shodo,
14
theodo,
15
wildCodeSchool,
@@ -94,6 +95,7 @@ export const schedule: Schedule[] = [
94
95
},
96
{
97
date: '03/11/2026',
98
+ sponsor: lyonJS,
99
100
101
date: '04/08/2026',
data/sponsors.ts
@@ -101,3 +101,9 @@ export const esker: Sponsor = {
logo: '/sponsors/esker.svg',
102
url: 'https://www.esker.fr/',
103
};
104
+
105
+export const lyonJS: Sponsor = {
106
+ name: 'LyonJS',
107
+ logo: '/lyonjs.png',
108
+ url: 'https://www.lyonjs.org/',
109
+};
public/lyonjs.png
25.6 KB
0 commit comments