Skip to content

Commit 41396ee

Browse files
feat: mention single-track
1 parent f9e9a46 commit 41396ee

1 file changed

Lines changed: 18 additions & 6 deletions

File tree

src/data/public.ts

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ export const publicSchedule: ScheduleDay[] = mergeScheduleWithPublic([
1616
},
1717
{
1818
at: "9:30am",
19-
description: ["Full- and medium-length talks from our speakers."],
19+
description: [
20+
"A single track of full- and medium-length talks from our speakers.",
21+
],
2022
location: {
2123
href: "https://www.neaq.org/visit/simons-theatre",
2224
text: "Simons Theater",
@@ -68,7 +70,9 @@ export const publicSchedule: ScheduleDay[] = mergeScheduleWithPublic([
6870
},
6971
{
7072
at: "2:15pm",
71-
description: ["Full- and medium-length talks from our speakers."],
73+
description: [
74+
"A single track of full- and medium-length talks from our speakers.",
75+
],
7276
location: {
7377
href: "https://www.neaq.org/visit/simons-theatre",
7478
text: "Simons Theater",
@@ -100,7 +104,9 @@ export const publicSchedule: ScheduleDay[] = mergeScheduleWithPublic([
100104
},
101105
{
102106
at: "3:40pm",
103-
description: ["Full- and medium-length talks from our speakers."],
107+
description: [
108+
"A single track of full- and medium-length talks from our speakers.",
109+
],
104110
location: {
105111
href: "https://www.neaq.org/visit/simons-theatre",
106112
text: "Simons Theater",
@@ -165,7 +171,9 @@ export const publicSchedule: ScheduleDay[] = mergeScheduleWithPublic([
165171
},
166172
{
167173
at: "9:30am",
168-
description: ["Full- and medium-length talks from our speakers."],
174+
description: [
175+
"A single track of full- and medium-length talks from our speakers.",
176+
],
169177
location: {
170178
href: "https://www.neaq.org/visit/simons-theatre",
171179
text: "Simons Theater",
@@ -217,7 +225,9 @@ export const publicSchedule: ScheduleDay[] = mergeScheduleWithPublic([
217225
},
218226
{
219227
at: "2:15pm",
220-
description: ["Full- and medium-length talks from our speakers."],
228+
description: [
229+
"A single track of full- and medium-length talks from our speakers.",
230+
],
221231
location: {
222232
href: "https://www.neaq.org/visit/simons-theatre",
223233
text: "Simons Theater",
@@ -249,7 +259,9 @@ export const publicSchedule: ScheduleDay[] = mergeScheduleWithPublic([
249259
},
250260
{
251261
at: "3:40pm",
252-
description: ["Full- and medium-length talks from our speakers."],
262+
description: [
263+
"A single track of full- and medium-length talks from our speakers.",
264+
],
253265
location: {
254266
href: "https://www.neaq.org/visit/simons-theatre",
255267
text: "Simons Theater",

0 commit comments

Comments
 (0)