diff --git a/app/[lang]/devcon-7/sections/Devcon7Booths.tsx b/app/[lang]/devcon-7/sections/Devcon7Booths.tsx index 3fe8541f..fe5a452d 100644 --- a/app/[lang]/devcon-7/sections/Devcon7Booths.tsx +++ b/app/[lang]/devcon-7/sections/Devcon7Booths.tsx @@ -44,7 +44,7 @@ export const Devcon7Booths = () => { target="_blank" className="block pt-2" > - {` Learn more at: `}{" "} + {`${booth.learMore.description}: `}{" "} {booth?.learMore?.label} diff --git a/data/events/devcon-7.ts b/data/events/devcon-7.ts index d8f550bc..d25c94d5 100644 --- a/data/events/devcon-7.ts +++ b/data/events/devcon-7.ts @@ -237,8 +237,9 @@ export const booths = [ date: "Nov 12 - 15", location: "Near Devcon Entrance", learMore: { + description: "Learn more here:", label: "cursive.team", - url: "https://www.cursive.team/", + url: "https://x.com/cursive_team/status/1853780464512946589?s=46", }, }, ]