Skip to content

Commit

Permalink
Speaker list
Browse files Browse the repository at this point in the history
  • Loading branch information
ryjogo committed Oct 7, 2023
1 parent e293de6 commit d95b1b7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
22 changes: 11 additions & 11 deletions src/components/pages/home/speakers/speakers.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -378,17 +378,17 @@ const ITEMS = [
duration: '90 min',
},

{
// 25
id: '2',
name: 'Peter Rasmussen',
position: 'Architect & Manager of the JYSK Java<br/> JYSK',
content: '',
photo: PeterRasmussen,
time: '9:10',
title: 'Keynote: JYSK (Sponsored)',
duration: '90 min',
},
// {
// // 25
// id: '2',
// name: 'Peter Rasmussen',
// position: 'Architect & Manager of the JYSK Java<br/> JYSK',
// content: '',
// photo: PeterRasmussen,
// time: '9:10',
// title: 'Keynote: JYSK (Sponsored)',
// duration: '90 min',
// },

];

Expand Down
14 changes: 7 additions & 7 deletions src/components/pages/schedule/schedule/schedule.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ const ITEMS = [
title: 'Keynote: JYSK (Sponsored)',
duration: '10 min',
isKeynote: true,
speakers: [
{
id: '25',
name: 'Peter Rasmussen',
photo: PeterRasmussen,
},
],
// speakers: [
// {
// id: '25',
// name: 'Peter Rasmussen',
// photo: PeterRasmussen,
// },
// ],
},
{
id: '3',
Expand Down

0 comments on commit d95b1b7

Please sign in to comment.