From db78715a70da3939c715cd0758506d436bb73fbd Mon Sep 17 00:00:00 2001 From: Juri Date: Thu, 8 Feb 2024 14:34:18 +0100 Subject: [PATCH] feat(nx-dev): update launch conf timings (cherry picked from commit a0e4cf747d7aeb9cd7c8d2b681e7c3fb353abb19) --- .../ui-conference/src/lib/launch-week/agenda.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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'],