File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 390
390
"rollup-component-technology-and-risk-summary" : " Technology and risk summary" ,
391
391
"rollup-component-website" : " Website" ,
392
392
"run-a-node" : " Run a node" ,
393
- "real-world-assets" : " RWAs - Real world assets" ,
393
+ "real-world-assets" : " RWAs - Real- world assets" ,
394
394
"saas" : " Staking as a service" ,
395
395
"scaling" : " Scaling" ,
396
396
"search" : " Search" ,
Original file line number Diff line number Diff line change 12
12
"template-usecase-dropdown" : " Ethereum use cases" ,
13
13
"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." ,
14
14
"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)"
16
17
}
Original file line number Diff line number Diff line change @@ -138,6 +138,15 @@ export const UseCasesLayout = ({
138
138
eventName : "prediction-markets" ,
139
139
} ,
140
140
} ,
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
+ } ,
141
150
] ,
142
151
}
143
152
You can’t perform that action at this time.
0 commit comments