From 2e21c97f1f7fb8dc566f16d246abd8b9d299df49 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Thu, 12 Sep 2024 17:31:23 -0400 Subject: [PATCH] feat: added workshop venue, Boston Marriott Long Wharf --- src/data/schedule.ts | 4 ++++ src/pages/sessions.astro | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/data/schedule.ts b/src/data/schedule.ts index d34ae26..e24888e 100644 --- a/src/data/schedule.ts +++ b/src/data/schedule.ts @@ -259,6 +259,10 @@ export const days: ScheduleDay[] = [ description: [ "Learn actionable day-to-day skills and technological takeaways from some of our partners and sponsors.", ], + location: { + href: "https://www.marriott.com/en-us/hotels/boslw-boston-marriott-long-wharf", + text: "Boston Marriott Long Wharf", + }, title: "Morning Workshops", within: [ { diff --git a/src/pages/sessions.astro b/src/pages/sessions.astro index bab29ee..6645247 100644 --- a/src/pages/sessions.astro +++ b/src/pages/sessions.astro @@ -26,7 +26,7 @@ const sections = [ talkFormat: "Workshop", name: "Workshops", description: - "2 hour hands-on sessions with the makers of dev tools. These in-depth, interactive workshops will level up your dev tool crafting skills.", + "1-2 hour hands-on sessions with the makers of dev tools. These in-depth, interactive workshops will level up your dev tool crafting skills.", date: "October 4th", }, ] as const;