Skip to content

Commit

Permalink
udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
Szabolcs Szabolcsi-Toth committed Jun 15, 2024
1 parent 4e43977 commit 38b8d89
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
13 changes: 10 additions & 3 deletions js1-speakers.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export default [
{
id: 'intro',
name: 'JSConf Budapest 2022',
topic: 'The MC & The Organizers',
name: 'JSConf Budapest 2024',
topic: 'The MCs & The Organizers',
avatar: '',
twitter: '',
color: 'black',
Expand Down Expand Up @@ -99,5 +99,12 @@ export default [
twitter: '',
color: 'macncheese',
},

{
id: 'eofDay1',
name: 'Afterparty',
topic: 'Akvarium Lokal',
avatar: '',
twitter: '',
color: 'black',
},
]
9 changes: 8 additions & 1 deletion js2-speakers.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,14 @@ export default [
twitter: '',
color: 'red',
},

{
id: 'outro',
name: 'Family Photo',
topic: 'The MCs, Speakers, Organizers and YOU',
avatar: '',
twitter: '',
color: 'black',
},


]

0 comments on commit 38b8d89

Please sign in to comment.