Skip to content

Commit c567b7a

Browse files
committed
remove comment
1 parent 24bdb60 commit c567b7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/AssetDownload/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ const AssetDownload = ({
6767
{t("page-assets-download-download")} (
6868
{extname(imgSrc).slice(1).toUpperCase()})
6969
</ButtonLink>
70-
{/* Disables SVG due to bug: https://github.com/ethereum/ethereum-org-website/issues/12267 */}
7170
{svgUrl && (
7271
<ButtonLink href={svgUrl} onClick={matomoHandler} target="_blank">
7372
{t("page-assets-download-download")} (SVG)

0 commit comments

Comments
 (0)