Skip to content

Commit 74b3761

Browse files
authored
feat: booking the March event (#552)
1 parent 1690b8c commit 74b3761

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

data/schedule.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import {
99
indy,
1010
ippon,
1111
leWagon,
12+
lyonJS,
1213
shodo,
1314
theodo,
1415
wildCodeSchool,
@@ -94,6 +95,7 @@ export const schedule: Schedule[] = [
9495
},
9596
{
9697
date: '03/11/2026',
98+
sponsor: lyonJS,
9799
},
98100
{
99101
date: '04/08/2026',

data/sponsors.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,9 @@ export const esker: Sponsor = {
101101
logo: '/sponsors/esker.svg',
102102
url: 'https://www.esker.fr/',
103103
};
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
Loading

0 commit comments

Comments
 (0)