diff --git a/nx-dev/ui-conference/src/lib/launch-week/agenda.tsx b/nx-dev/ui-conference/src/lib/launch-week/agenda.tsx index 8fa798652dee2..b37d02f63704c 100644 --- a/nx-dev/ui-conference/src/lib/launch-week/agenda.tsx +++ b/nx-dev/ui-conference/src/lib/launch-week/agenda.tsx @@ -12,7 +12,7 @@ export function LaunchWeekAgenda(): JSX.Element { }, { type: 'event', - time: '2:10pm', + time: '2:05pm', title: 'Nx Project Crystal', description: '', speakers: ['Juri Strumpflohner'], @@ -20,7 +20,7 @@ export function LaunchWeekAgenda(): JSX.Element { }, { type: 'event', - time: '2:35pm', + time: '2:40pm', title: 'Project Crystal + .NET in Action', description: '', speakers: ['Craigory Coppola'], @@ -28,7 +28,7 @@ export function LaunchWeekAgenda(): JSX.Element { }, { type: 'event', - time: '2:45pm', + time: '2:55pm', title: 'Nx Agents Walkthrough: Effortlessly Fast CI Built for Monorepos', description: '', speakers: ['Rareş Matei'], @@ -36,7 +36,7 @@ export function LaunchWeekAgenda(): JSX.Element { }, { type: 'event', - time: '3:10pm', + time: '3:20pm', title: 'Solving E2E Tests', description: '', speakers: ['Altan Stalker'], @@ -44,7 +44,7 @@ export function LaunchWeekAgenda(): JSX.Element { }, { type: 'event', - time: '3:35pm', + time: '3:40pm', title: 'Releasing Nx Release', description: ``, speakers: ['James Henry'], @@ -52,7 +52,7 @@ export function LaunchWeekAgenda(): JSX.Element { }, { type: 'event', - time: '4:00pm', + time: '4:10pm', title: 'Special Announcement', description: ``, speakers: ['Zack DeRose'], @@ -60,7 +60,7 @@ export function LaunchWeekAgenda(): JSX.Element { }, { type: 'event', - time: '4:25pm', + time: '4:15pm', title: `Closing Remarks`, description: '', speakers: ['Juri Strumpflohner', 'Zack DeRose'],