Skip to content

Commit 088156d

Browse files
authored
feat: add lastest sponsor and next schedules (#545)
1 parent 15c4f48 commit 088156d

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

data/data-override.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import type { Event } from '../modules/event/types';
22
import {
3+
adaTechSchool,
34
axopen,
45
bedrock,
56
CBTW,
@@ -16,6 +17,15 @@ import {
1617
} from './sponsors';
1718

1819
export const dataOverride: { [key: string]: Partial<Event> } = {
20+
'https://www.meetup.com/lyonjs/events/310652398': {
21+
sponsor: shodo,
22+
},
23+
'https://www.meetup.com/lyonjs/events/310653880': {
24+
sponsor: adaTechSchool,
25+
},
26+
'https://www.meetup.com/lyonjs/events/308433948': {
27+
sponsor: adaTechSchool,
28+
},
1929
'https://www.meetup.com/lyonjs/events/308003912': {
2030
sponsor: bedrock,
2131
talks: [

data/schedule.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,22 @@ export const schedule: Schedule[] = [
8181
{
8282
date: '12/10/2025',
8383
},
84+
{
85+
date: '01/14/2025',
86+
},
87+
{
88+
date: '02/11/2025',
89+
},
90+
{
91+
date: '03/11/2025',
92+
},
93+
{
94+
date: '04/11/2025',
95+
},
96+
{
97+
date: '05/15/2025',
98+
},
99+
{
100+
date: '06/13/2025',
101+
},
84102
];

0 commit comments

Comments
 (0)