diff --git a/src/components/downloadSvg.svelte b/src/components/downloadSvg.svelte index 5b474e6..cc8323d 100644 --- a/src/components/downloadSvg.svelte +++ b/src/components/downloadSvg.svelte @@ -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 @@ Download {svgInfo.title} - This logo has multiple options to download. + This logo has multiple options to download:

- All SVGs include links to the respective products or companies that own them. Please contact - the owner directly if you intend to use their logo. If you are the owner of an SVG and - prefer it not to be displayed here, Please contact the owner directly if you intend to use their logo. + If you are the owner of an SVG and prefer it not to be displayed here, + create an issue