From beef424029e1678af968aa6ca4c4b1d4eb809180 Mon Sep 17 00:00:00 2001 From: Juri Date: Tue, 27 Sep 2022 22:10:36 +0200 Subject: [PATCH] docs(nxdev): fix conf schedule issue --- nx-dev/ui-conference/src/lib/conf-schedule-short.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nx-dev/ui-conference/src/lib/conf-schedule-short.tsx b/nx-dev/ui-conference/src/lib/conf-schedule-short.tsx index 8376ac19e0c8f..2ad8df696e4af 100644 --- a/nx-dev/ui-conference/src/lib/conf-schedule-short.tsx +++ b/nx-dev/ui-conference/src/lib/conf-schedule-short.tsx @@ -117,7 +117,7 @@ export function ConfScheduleShort(): JSX.Element { }, { type: 'event', - time: '3:30 - 3:45pm (UTC-07:00)', + time: '3:30 - 4:00pm (UTC-07:00)', title: 'Make Nx Work for You with Custom Generators', description: 'There is a lot the Nx can do for your application right out of the box, but did you know you can write custom workspace generators specific to YOUR application to help automate the various tasks your team performs on a daily basis? Why write yet another confluence page documenting all of the little things that have to be done after generating a library when you can write a workspace generator that handles all of the little details for you? In this talk we will cover everything you need to know to create your own workspace generator to help reduce manual tasks, enforce architectural patterns, and generate more consistent predictable code.', @@ -126,7 +126,7 @@ export function ConfScheduleShort(): JSX.Element { }, { type: 'break', - time: '3:45 - 4:15pm (UTC-07:00)', + time: '4:00 - 4:15pm (UTC-07:00)', title: 'Break', description: '', speakers: [],