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 24bdb60 commit c567b7aCopy full SHA for c567b7a
src/components/AssetDownload/index.tsx
@@ -67,7 +67,6 @@ const AssetDownload = ({
67
{t("page-assets-download-download")} (
68
{extname(imgSrc).slice(1).toUpperCase()})
69
</ButtonLink>
70
- {/* Disables SVG due to bug: https://github.com/ethereum/ethereum-org-website/issues/12267 */}
71
{svgUrl && (
72
<ButtonLink href={svgUrl} onClick={matomoHandler} target="_blank">
73
{t("page-assets-download-download")} (SVG)
0 commit comments