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.
2 parents f9ee3b7 + 17ad0e4 commit 8c627cfCopy full SHA for 8c627cf
src/components/AssetDownload/index.tsx
@@ -62,11 +62,12 @@ const AssetDownload = ({
62
{t("page-assets-download-download")} (
63
{extname(imgSrc).slice(1).toUpperCase()})
64
</ButtonLink>
65
- {svgUrl && (
+ {/* Disables SVG due to bug: https://github.com/ethereum/ethereum-org-website/issues/12267 */}
66
+ {/* {svgUrl && (
67
<ButtonLink href={svgUrl} onClick={matomoHandler} target="_blank">
68
{t("page-assets-download-download")} (SVG)
69
- )}
70
+ )} */}
71
</Flex>
72
73
)
0 commit comments