Skip to content

Commit

Permalink
update cursive link
Browse files Browse the repository at this point in the history
  • Loading branch information
kalidiagne committed Nov 10, 2024
1 parent 9b81399 commit 9f12402
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/[lang]/devcon-7/sections/Devcon7Booths.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const Devcon7Booths = () => {
target="_blank"
className="block pt-2"
>
{` Learn more at: `}{" "}
{`${booth.learMore.description}: `}{" "}
<span className="underline">
{booth?.learMore?.label}
</span>
Expand Down
3 changes: 2 additions & 1 deletion data/events/devcon-7.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
},
]

0 comments on commit 9f12402

Please sign in to comment.