@@ -338,7 +338,7 @@ const UseCasePage = ({
338
338
text : t ( "template-usecase-dropdown-nft" ) ,
339
339
to : "/nft/" ,
340
340
matomo : {
341
- eventCategory : "use cases menuy " ,
341
+ eventCategory : "use cases menu " ,
342
342
eventAction : "click" ,
343
343
eventName : "nft" ,
344
344
} ,
@@ -347,7 +347,7 @@ const UseCasePage = ({
347
347
text : t ( "template-usecase-dropdown-dao" ) ,
348
348
to : "/dao/" ,
349
349
matomo : {
350
- eventCategory : "use cases menuy " ,
350
+ eventCategory : "use cases menu " ,
351
351
eventAction : "click" ,
352
352
eventName : "dao" ,
353
353
} ,
@@ -356,7 +356,7 @@ const UseCasePage = ({
356
356
text : t ( "template-usecase-dropdown-social-networks" ) ,
357
357
to : "/social-networks/" ,
358
358
matomo : {
359
- eventCategory : "use cases menuy " ,
359
+ eventCategory : "use cases menu " ,
360
360
eventAction : "click" ,
361
361
eventName : "social-networks" ,
362
362
} ,
@@ -365,11 +365,20 @@ const UseCasePage = ({
365
365
text : t ( "template-usecase-dropdown-identity" ) ,
366
366
to : "/decentralized-identity/" ,
367
367
matomo : {
368
- eventCategory : "use cases menuy " ,
368
+ eventCategory : "use cases menu " ,
369
369
eventAction : "click" ,
370
370
eventName : "decentralized-identity" ,
371
371
} ,
372
372
} ,
373
+ {
374
+ text : t ( "decentralized-science" ) ,
375
+ to : "/desci/" ,
376
+ matomo : {
377
+ eventCategory : "use cases menu" ,
378
+ eventAction : "click" ,
379
+ eventName : "desci" ,
380
+ } ,
381
+ } ,
373
382
] ,
374
383
}
375
384
0 commit comments