Skip to content

Commit a2b6294

Browse files
authored
feat: add last meetup replay (#532)
1 parent 5965415 commit a2b6294

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

data/data-override.ts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,25 @@ import {
1616
} from './sponsors';
1717

1818
export const dataOverride: { [key: string]: Partial<Event> } = {
19+
'https://www.meetup.com/lyonjs/events/307652646': {
20+
sponsor: zenika,
21+
talks: [
22+
{
23+
title: 'Tu te mets combien en responsive CSS ? Edition 2025',
24+
speakers: [
25+
{
26+
name: 'Théo Gianella',
27+
socialLink: 'https://github.com/TGianella',
28+
},
29+
{
30+
name: 'Julien Sulpis',
31+
socialLink: 'https://bsky.app/profile/jsulpis.dev',
32+
},
33+
],
34+
videoLink: 'https://www.youtube.com/embed/0Ro_eofaWvY',
35+
},
36+
],
37+
},
1938
'https://www.meetup.com/lyonjs/events/306992187': {
2039
sponsor: fulll,
2140
talks: [

0 commit comments

Comments
 (0)