Skip to content

Commit ef40cc6

Browse files
committed
nav
1 parent 55505e1 commit ef40cc6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/components/Nav/useNav.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,11 @@ export const useNav = () => {
229229
description: t("nav-ai-agents-description"),
230230
href: "/ai-agents/",
231231
},
232+
{
233+
label: t("prediction-markets"),
234+
description: t("nav-prediction-markets-description"),
235+
href: "/prediction-markets/",
236+
},
232237
],
233238
},
234239
],

src/intl/en/common.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@
296296
"nav-overview-label": "Overview",
297297
"nav-participate-overview-description": "Overview on how to participate",
298298
"nav-payments-description": "Ethereum payments are changing the way we send and receive money",
299+
"nav-prediction-markets-description": "Prediction markets are a way to bet on the future",
299300
"nav-primary": "Primary",
300301
"nav-quizzes-description": "Find out how well you understand Ethereum and cryptocurrencies",
301302
"nav-quizzes-label": "Test your knowledge",
@@ -372,6 +373,7 @@
372373
"payments-page": "Payments",
373374
"pbs": "Proposer-builder separation",
374375
"pools": "Pooled staking",
376+
"prediction-markets": "Prediction markets",
375377
"privacy-policy": "Privacy policy",
376378
"private-ethereum": "Private Ethereum",
377379
"product-disclaimer": "Products and services are listed as a convenience for the Ethereum community. Inclusion of a product or service <strong>does not represent an endorsement</strong> from the ethereum.org website team, or the Ethereum Foundation.",

0 commit comments

Comments
 (0)