We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad8577 commit 364bf9aCopy full SHA for 364bf9a
src/pages-conditional/dapps.tsx
@@ -610,13 +610,10 @@ const DappsPage = ({
610
},
611
{
612
title: "DexGuru",
613
- description: translateMessageId(
614
- "page-dapps-dapp-description-dexguru",
615
- intl
616
- ),
+ description: t("page-dapps-dapp-description-dexguru"),
617
link: "https://dex.guru",
618
image: getImage(data.dexguru),
619
- alt: translateMessageId("page-dapps-dexguru-logo-alt", intl),
+ alt: t("page-dapps-dexguru-logo-alt"),
620
621
]
622
0 commit comments