Skip to content

Commit b1acdc7

Browse files
committed
feat: add last event sponsor
1 parent c337349 commit b1acdc7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

data/data-override.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ import {
1717
} from './sponsors';
1818

1919
export const dataOverride: { [key: string]: Partial<Event> } = {
20+
'https://www.meetup.com/lyonjs/events/311188398': {
21+
sponsor: indy,
22+
},
2023
'https://www.meetup.com/lyonjs/events/310652398': {
2124
sponsor: shodo,
2225
talks: [

0 commit comments

Comments
 (0)