Skip to content

Commit 5bc4a1d

Browse files
committed
fix: drop lyonjs as sponsor
1 parent 14aaeda commit 5bc4a1d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

data/schedule.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ import {
99
indy,
1010
ippon,
1111
leWagon,
12-
lyonJS,
1312
shodo,
1413
theodo,
1514
wildCodeSchool,
1615
zenika,
1716
} from './sponsors';
17+
import { Sponsor } from '../modules/event/types';
1818

1919
export const schedule: Schedule[] = [
2020
{
@@ -95,7 +95,9 @@ export const schedule: Schedule[] = [
9595
},
9696
{
9797
date: '03/11/2026',
98-
sponsor: lyonJS,
98+
sponsor: {
99+
name: 'LyonJS',
100+
} as Sponsor,
99101
},
100102
{
101103
date: '04/08/2026',

0 commit comments

Comments
 (0)