Skip to content

Commit

Permalink
Merge pull request #28 from celestiaorg/yaz.more_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gabros20 authored Jul 12, 2023
2 parents bf305c0 + 6cb43e7 commit 1bb0b8a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions src/data/agenda/agenda-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ export const agendaData = {
title: "Happy Hour",
date: "2023. July 21",
time: "18:30",
speakers: "speaker",
speakers: "",
},
],
stage3: [
Expand Down Expand Up @@ -531,8 +531,8 @@ export const agendaData = {
{
title: "eIBC: IBC in a new Dymension",
date: "2023. July 22",
time: "Yishay",
speakers: "15:40",
speakers: "Yishay",
time: "15:40",
},
{
title: "Modular IBC Patterns",
Expand All @@ -555,8 +555,8 @@ export const agendaData = {
{
title: "Securing Connected Liquidity for Modular Blockchains",
date: "2023. July 22",
time: "Yeongin Lee",
speakers: "17:20",
speakers: "Yeongin Lee",
time: "17:20",
},
{
title: "Cosmos Panel: Applications",
Expand Down
4 changes: 2 additions & 2 deletions src/data/speakers/speakers-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -610,8 +610,8 @@ export const speakersData = {
},
{
name: "Juri Stricker",
title: "Tech Partner at Signature Ventures. Backing Celestia from day one.",
company: "Signature",
title: "Tech Partner",
company: "Signature Ventures",
image: "juri_stricker",
alt: "Juri Stricker - Modular Summit 2023",
},
Expand Down

0 comments on commit 1bb0b8a

Please sign in to comment.