Skip to content

Commit

Permalink
feat(nx-dev): update launch conf timings
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr authored and meeroslav committed Feb 8, 2024
1 parent 3ead019 commit a0e4cf7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions nx-dev/ui-conference/src/lib/launch-week/agenda.tsx
Expand Up @@ -12,55 +12,55 @@ export function LaunchWeekAgenda(): JSX.Element {
},
{
type: 'event',
time: '2:10pm',
time: '2:05pm',
title: 'Nx Project Crystal',
description: '',
speakers: ['Juri Strumpflohner'],
videoUrl: '',
},
{
type: 'event',
time: '2:35pm',
time: '2:40pm',
title: 'Project Crystal + .NET in Action',
description: '',
speakers: ['Craigory Coppola'],
videoUrl: '',
},
{
type: 'event',
time: '2:45pm',
time: '2:55pm',
title: 'Nx Agents Walkthrough: Effortlessly Fast CI Built for Monorepos',
description: '',
speakers: ['Rareş Matei'],
videoUrl: '',
},
{
type: 'event',
time: '3:10pm',
time: '3:20pm',
title: 'Solving E2E Tests',
description: '',
speakers: ['Altan Stalker'],
videoUrl: '',
},
{
type: 'event',
time: '3:35pm',
time: '3:40pm',
title: 'Releasing Nx Release',
description: ``,
speakers: ['James Henry'],
videoUrl: '',
},
{
type: 'event',
time: '4:00pm',
time: '4:10pm',
title: 'Special Announcement',
description: ``,
speakers: ['Zack DeRose'],
videoUrl: '',
},
{
type: 'event',
time: '4:25pm',
time: '4:15pm',
title: `Closing Remarks`,
description: '',
speakers: ['Juri Strumpflohner', 'Zack DeRose'],
Expand Down

0 comments on commit a0e4cf7

Please sign in to comment.