Skip to content

Commit

Permalink
Merge branch 'dev' into pr/vdusart/10104
Browse files Browse the repository at this point in the history
  • Loading branch information
pettinarip committed May 17, 2023
2 parents 4f2669d + 0633992 commit 7cbfe36
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/pages-conditional/dapps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -610,13 +610,10 @@ const DappsPage = ({
},
{
title: "DexGuru",
description: translateMessageId(
"page-dapps-dapp-description-dexguru",
intl
),
description: t("page-dapps-dapp-description-dexguru"),
link: "https://dex.guru",
image: getImage(data.dexguru),
alt: translateMessageId("page-dapps-dexguru-logo-alt", intl),
alt: t("page-dapps-dexguru-logo-alt"),
},
]

Expand Down

0 comments on commit 7cbfe36

Please sign in to comment.