From dda488c04a97144f9d0a3fb44273e025d320511b Mon Sep 17 00:00:00 2001 From: Benjamin Cabanes <3447705+bcabanes@users.noreply.github.com> Date: Tue, 11 Oct 2022 15:21:32 -0400 Subject: [PATCH] docs(nxdev): make nx conf date more prominent on agenda section (#12527) --- .../src/lib/conf-schedule-short.tsx | 28 +++++++++++++------ 1 file changed, 20 insertions(+), 8 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 cf9db60e1a..4e3021cbe7 100644 --- a/nx-dev/ui-conference/src/lib/conf-schedule-short.tsx +++ b/nx-dev/ui-conference/src/lib/conf-schedule-short.tsx @@ -194,18 +194,26 @@ export function ConfScheduleShort(): JSX.Element { return (
-
-
Sunday, October 16th
+
+
+ + Sunday, October 16th + +
-
+
{scheduleItemsForSunday16.map((item) => item.type === 'event' ? scheduleRow(item) : breakRow(item) )}
-
-
Monday, October 17th
+
+
+ + Monday, October 17th + +
@@ -214,11 +222,15 @@ export function ConfScheduleShort(): JSX.Element { )}
-
-
Tuesday, October 18th
+
+
+ + Tuesday, October 18th + +
-
+
{scheduleItemsForTuesday18.map((item) => item.type === 'event' ? scheduleRow(item) : breakRow(item) )}