Skip to content

Commit 70d4490

Browse files
authored
feat: add 107 replays (#546)
1 parent 088156d commit 70d4490

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

data/data-override.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,30 @@ import {
1919
export const dataOverride: { [key: string]: Partial<Event> } = {
2020
'https://www.meetup.com/lyonjs/events/310652398': {
2121
sponsor: shodo,
22+
talks: [
23+
{
24+
title: 'PandaCSS – le CSS-in-JS statique, type-safe, rapide et élégant.',
25+
speakers: [
26+
{
27+
name: 'Etienne DELADONCHAMPS',
28+
socialLink: 'https://www.linkedin.com/in/etiennedldc/',
29+
},
30+
],
31+
videoLink: 'https://www.youtube.com/embed/rposw55uN_o',
32+
},
33+
{
34+
title: '(Re)Découvrir le front par les tests',
35+
speakers: [
36+
{
37+
name: 'Jérémy CHAUVIN',
38+
},
39+
{
40+
name: 'Yann BOUVET',
41+
},
42+
],
43+
videoLink: 'https://www.youtube.com/embed/HTntXaU04EU',
44+
},
45+
],
2246
},
2347
'https://www.meetup.com/lyonjs/events/310653880': {
2448
sponsor: adaTechSchool,

0 commit comments

Comments
 (0)