⚒️ Update downloadSvg component & warning message for consistency

This commit is contained in:
pheralb
2024-08-15 13:18:14 +01:00
parent 19b42f998d
commit c615cf2d61
2 changed files with 9 additions and 7 deletions
+3 -3
View File
@@ -53,8 +53,8 @@
}) => {
const zip = new JSZip();
const lightSvg = await getSvgContent(lightRoute, false);
const darkSvg = await getSvgContent(darkRoute, false);
const lightSvg = await getSvgContent(lightRoute);
const darkSvg = await getSvgContent(darkRoute);
if (isWordmark) {
zip.file(`${svgInfo.title}_wordmark_light.svg`, lightSvg);
@@ -105,7 +105,7 @@
<DialogContent class="max-w-[630px]">
<DialogHeader>
<DialogTitle>Download {svgInfo.title}</DialogTitle>
<DialogDescription>This logo has multiple options to download.</DialogDescription>
<DialogDescription>This logo has multiple options to download:</DialogDescription>
</DialogHeader>
<div