From f6e9042a6e5f937729289abc50bcd938f12273de Mon Sep 17 00:00:00 2001 From: wolovim <3621728+wolovim@users.noreply.github.com> Date: Wed, 29 Jan 2025 09:41:31 -0500 Subject: [PATCH] fix: asset page svg url --- src/components/AssetDownload/index.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/AssetDownload/index.tsx b/src/components/AssetDownload/index.tsx index 2cc141bf5dc..bece5f5437d 100644 --- a/src/components/AssetDownload/index.tsx +++ b/src/components/AssetDownload/index.tsx @@ -65,7 +65,12 @@ const AssetDownload = ({ {extname(imgSrc).slice(1).toUpperCase()}) {svgUrl && ( - + {t("page-assets-download-download")} (SVG) )}