Skip to content

Commit cc2fe42

Browse files
fix: assorted scheduling syncs
1 parent 8dd6508 commit cc2fe42

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/data/public.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export const publicSchedule: ScheduleDay[] = mergeScheduleWithPublic([
8888
],
8989
},
9090
{
91-
at: "3:20pm",
91+
at: "3:15pm",
9292
description: [
9393
"What a day! Let's take a breather to have a snack and chat.",
9494
],
@@ -222,19 +222,19 @@ export const publicSchedule: ScheduleDay[] = mergeScheduleWithPublic([
222222
title: "Talks",
223223
within: [
224224
{
225-
at: "2:05pm",
225+
at: "2:20pm",
226226
session: "source-maps-how-does-the-magic-work",
227227
type: "session",
228228
},
229229
{
230-
at: "2:40pm",
230+
at: "2:55pm",
231231
session: "aot-compiling-typescript-to-wasm-and-native",
232232
type: "session",
233233
},
234234
],
235235
},
236236
{
237-
at: "3:00pm",
237+
at: "3:15pm",
238238
description: [
239239
"What a day! Let's take a breather to have a snack and chat.",
240240
],
@@ -245,7 +245,7 @@ export const publicSchedule: ScheduleDay[] = mergeScheduleWithPublic([
245245
title: "Milk and Cookies Break",
246246
},
247247
{
248-
at: "3:20pm",
248+
at: "3:35pm",
249249
description: ["Full- and medium-length talks from our speakers."],
250250
location: {
251251
href: "https://www.neaq.org/visit/simons-theatre",
@@ -254,19 +254,19 @@ export const publicSchedule: ScheduleDay[] = mergeScheduleWithPublic([
254254
title: "Talks",
255255
within: [
256256
{
257-
at: "3:20pm",
257+
at: "3:35pm",
258258
session: "wasi-building-blocks-for-webassembly",
259259
type: "session",
260260
},
261261
{
262-
at: "3:40pm",
262+
at: "3:55pm",
263263
session: "tech-broke-my-heart",
264264
type: "session",
265265
},
266266
],
267267
},
268268
{
269-
at: "4:15pm",
269+
at: "4:30pm",
270270
description: [
271271
"Final pieces of information on upcoming events, raffle giveaways, and appreciation notes to all of the lovely people who attended.",
272272
],

0 commit comments

Comments
 (0)