Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamás committed Jul 14, 2023
1 parent 5788fde commit 87c3813
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
19 changes: 1 addition & 18 deletions src/data/agenda/agenda-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export const agendaData = {
speakers: "Moderator: Bartek Kiepuszewski | Panelists: Anurag Arjun, Mustafa Al-Bassam",
theme: "data-availability",
},
{
{
title: "Light nodes are not just a meme",
date: "2023. July 21",
time: "12:45",
Expand Down Expand Up @@ -375,7 +375,6 @@ export const agendaData = {
time: "18:30",
speakers: "",
theme: "",
trackLabel: "",
},
],
stage3: [
Expand All @@ -385,31 +384,27 @@ export const agendaData = {
time: "11:30",
speakers: "Argus",
theme: "",
trackLabel: "",
},
{
title: "Curio Gaming Workshop",
date: "2023. July 21",
time: "12:30",
speakers: "Curio",
theme: "",
trackLabel: "",
},
{
title: "Anoma Workshop",
date: "2023. July 21",
time: "14:30",
speakers: "Anoma",
theme: "",
trackLabel: "",
},
{
title: "Astria Workshop",
date: "2023. July 21",
time: "16:30",
speakers: "Astria",
theme: "",
trackLabel: "",
},
],
},
Expand Down Expand Up @@ -482,7 +477,6 @@ export const agendaData = {
time: "13:00",
speakers: "",
theme: "",
trackLabel: "",
},
{
title: "Modularity, PBS and MEV - Freedom from the Bitcoin Mind Prison",
Expand Down Expand Up @@ -602,7 +596,6 @@ export const agendaData = {
time: "19:00",
speakers: "",
theme: "",
trackLabel: "",
},
],
stage2: [
Expand Down Expand Up @@ -654,7 +647,6 @@ export const agendaData = {
time: "13:00",
speakers: "",
theme: "",
trackLabel: "",
},
{
title: "Fireside chat with zk Sync",
Expand Down Expand Up @@ -690,39 +682,34 @@ export const agendaData = {
time: "15:40",
speakers: "Yishay",
theme: "cosmos-celestia",

},
{
title: "Modular IBC Patterns",
date: "2023. July 22",
time: "16:00",
speakers: "Jack Zampolin",
theme: "cosmos-celestia",

},
{
title: "Bitcoin Staking: Unlocking 21M Bitcoins to Secure the Decentralised Economy",
date: "2023. July 22",
time: "16:20",
speakers: "David Tse",
theme: "cosmos-celestia",

},
{
title: "Cosmos Panel: Infrastructure",
date: "2023. July 22",
time: "16:40",
speakers: "Moderator: Thyborg | Panelists: Marko Bar, Sean Braithwaite, Barry Plunkett, Jack Zampolin",
theme: "cosmos-celestia",

},
{
title: "Securing Connected Liquidity for Modular Blockchains",
date: "2023. July 22",
speakers: "Yeongin Lee",
time: "17:20",
theme: "cosmos-celestia",

},
{
title: "Cosmos Panel: Applications",
Expand All @@ -737,7 +724,6 @@ export const agendaData = {
time: "19:00",
speakers: "",
theme: "",
trackLabel: "",
},
],
stage3: [
Expand All @@ -761,23 +747,20 @@ export const agendaData = {
time: "12:00",
speakers: "Rollkit",
theme: "",
trackLabel: "",
},
{
title: "Sovereign SDK Workshop",
date: "2023. July 22",
time: "14:30",
speakers: "Sovereign Labs",
theme: "",
trackLabel: "",
},
{
title: "Modular Hacker House Demos",
date: "2023. July 22",
time: "16:00",
speakers: "Argus and Celestia Labs",
theme: "",
trackLabel: "",
},
],
},
Expand Down
3 changes: 1 addition & 2 deletions src/data/speakers/speakers-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ export const speakersData = {
image: "tina_haibodi",
alt: "Tina Haibodi - Modular Summit 2023",
},
{
{
name: "Adrian Brink",
title: "Co-founder",
company: "Anoma",
Expand All @@ -790,7 +790,6 @@ export const speakersData = {
image: "josh_stein",
alt: "Josh Stein - Modular Summit 2023",
},

],
},
};

0 comments on commit 87c3813

Please sign in to comment.