Skip to content

Commit 1b0a345

Browse files
committed
feat: add rwa section to navigation
1 parent da62563 commit 1b0a345

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
@@ -234,6 +234,11 @@ export const useNav = () => {
234234
description: t("nav-prediction-markets-description"),
235235
href: "/prediction-markets/",
236236
},
237+
{
238+
label: t("real-world-assets"),
239+
description: t("nav-rwa-description"),
240+
href: "/real-world-assets/",
241+
},
237242
],
238243
},
239244
],

src/intl/en/common.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@
320320
"nav-roadmap-user-experience": "Better user experience",
321321
"nav-roadmap-ux-description": "Using Ethereum needs to be simplified",
322322
"nav-roadmap-ux-label": "Better user experience",
323+
"nav-rwa-description": "A method for turning valuable commodities into digital tokens.",
323324
"nav-run-a-node-description": "Become fully sovereign while helping secure the network",
324325
"nav-security-description": "Learn best practices when using cryptocurrency",
325326
"nav-smart-contracts-description": "The fundamental building blocks of the Ethereum ecosystem",
@@ -389,6 +390,7 @@
389390
"rollup-component-technology-and-risk-summary": "Technology and risk summary",
390391
"rollup-component-website": "Website",
391392
"run-a-node": "Run a node",
393+
"real-world-assets": "RWAs - Real world assets",
392394
"saas": "Staking as a service",
393395
"scaling": "Scaling",
394396
"search": "Search",

0 commit comments

Comments
 (0)