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;