Skip to content

Commit 22afe46

Browse files
committed
feat: update src/layouts/md/UseCases.tsx
1 parent 1b0a345 commit 22afe46

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

src/intl/en/common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@
390390
"rollup-component-technology-and-risk-summary": "Technology and risk summary",
391391
"rollup-component-website": "Website",
392392
"run-a-node": "Run a node",
393-
"real-world-assets": "RWAs - Real world assets",
393+
"real-world-assets": "RWAs - Real-world assets",
394394
"saas": "Staking as a service",
395395
"scaling": "Scaling",
396396
"search": "Search",

src/intl/en/template-usecase.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"template-usecase-dropdown": "Ethereum use cases",
1313
"template-usecase-banner": "Uses of Ethereum are always developing and evolving. Add any info you think will make things clearer or more up to date.",
1414
"template-usecase-edit-link": "Edit page",
15-
"template-usecase-dropdown-aria": "Use case dropdown menu"
15+
"template-usecase-dropdown-aria": "Use case dropdown menu",
16+
"template-usecase-dropdown-rwa": "Real-world assets (RWAs)"
1617
}

src/layouts/md/UseCases.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,15 @@ export const UseCasesLayout = ({
138138
eventName: "prediction-markets",
139139
},
140140
},
141+
{
142+
text: t("template-usecase:template-usecase-dropdown-rwa"),
143+
href: "/real-world-assets/",
144+
matomo: {
145+
eventCategory: "use cases menu",
146+
eventAction: "click",
147+
eventName: "real-world-assets",
148+
},
149+
},
141150
],
142151
}
143152

0 commit comments

Comments
 (0)