Skip to content

Commit 4e531e5

Browse files
fix: downtown boston
1 parent 8a4853f commit 4e531e5

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

src/data/public.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ export const publicSchedule: ScheduleDay[] = mergeScheduleWithPublic([
142142
"We'll provide a list of locations and a map to help you navigate at the end of the closing announcements.",
143143
"Prizes will include SquiggleConf swag and free tickets to next year's conference.",
144144
],
145+
location: {
146+
text: "Downtown Boston",
147+
},
145148
title: "Group Photo Challenge",
146149
},
147150
],

src/data/schedule.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export interface ActivityDataWithinBase {
2424
}
2525

2626
export interface ActivityLocation {
27-
href: string;
27+
href?: string;
2828
text: string;
2929
}
3030

0 commit comments

Comments
 (0)