We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a4853f commit 4e531e5Copy full SHA for 4e531e5
2 files changed
src/data/public.ts
@@ -142,6 +142,9 @@ export const publicSchedule: ScheduleDay[] = mergeScheduleWithPublic([
142
"We'll provide a list of locations and a map to help you navigate at the end of the closing announcements.",
143
"Prizes will include SquiggleConf swag and free tickets to next year's conference.",
144
],
145
+ location: {
146
+ text: "Downtown Boston",
147
+ },
148
title: "Group Photo Challenge",
149
},
150
src/data/schedule.ts
@@ -24,7 +24,7 @@ export interface ActivityDataWithinBase {
24
}
25
26
export interface ActivityLocation {
27
- href: string;
+ href?: string;
28
text: string;
29
30
0 commit comments