Skip to content

Commit ee7d9f2

Browse files
authored
Merge pull request #13253 from ethereum/master
Master
2 parents c876ea2 + 8b2862c commit ee7d9f2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/components/AssetDownload/index.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,12 @@ const AssetDownload = ({
5858
)}
5959
</Box>
6060
<Flex gap={5} mt={4}>
61-
<ButtonLink href={imgSrc} onClick={matomoHandler} target="_blank">
61+
<ButtonLink
62+
href={imgSrc}
63+
onClick={matomoHandler}
64+
target="_blank"
65+
locale={false}
66+
>
6267
{t("page-assets-download-download")} (
6368
{extname(imgSrc).slice(1).toUpperCase()})
6469
</ButtonLink>

0 commit comments

Comments
 (0)