Skip to content

Commit 81eab7e

Browse files
committed
hotfix: Fix assets download links
1 parent 5e67165 commit 81eab7e

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)