Skip to content

Commit

Permalink
feat: added workshop venue, Boston Marriott Long Wharf
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Sep 12, 2024
1 parent 82ef59d commit 2e21c97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/data/schedule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/pages/sessions.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2e21c97

Please sign in to comment.