Skip to content

Commit fb434a4

Browse files
committed
speaker announcements and side events rename
1 parent 9856787 commit fb434a4

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

lib/components/event-schedule-new/action-bar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const venueEvents = [
1313
},
1414
{
1515
colors: ["bg-[rgba(136,85,204,1)]"],
16-
label: "Community (Buenos Aires)",
16+
label: "Side Events (Buenos Aires)",
1717
},
1818
];
1919

@@ -82,7 +82,7 @@ const ActionBar = ({
8282
htmlFor="airplane-mode"
8383
className="font-medium text-sm pl-2 cursor-pointer select-none"
8484
>
85-
Community
85+
Side Events
8686
</label>
8787
</div>
8888

lib/components/event-schedule-new/event/programming.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const getProgramming = (event: Event) => {
1616
},
1717
{
1818
title: "EF & Ethereum Update",
19-
speakers: "[to be announced]",
19+
speakers: "Tomasz K. Stańczak",
2020
time: "9:30",
2121
},
2222
{
@@ -25,13 +25,13 @@ export const getProgramming = (event: Event) => {
2525
time: "10:00",
2626
},
2727
{
28-
title: "Ethereum Roadmap",
29-
speakers: "[to be announced]",
28+
title: "Ethereum In 30 minutes",
29+
speakers: "Vitalik Buterin",
3030
time: "10:30",
3131
},
3232
{
3333
title: "Ethereum Protocol",
34-
speakers: "[to be announced]",
34+
speakers: "Dankrad Feist",
3535
time: "11:00",
3636
},
3737
{

0 commit comments

Comments
 (0)