From c615cf2d61177dc881e9ea677197c3a61366939e Mon Sep 17 00:00:00 2001 From: pheralb Date: Thu, 15 Aug 2024 13:18:14 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=92=EF=B8=8F=20Update=20downloadSvg=20com?= =?UTF-8?q?ponent=20&=20warning=20message=20for=20consistency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/downloadSvg.svelte | 6 +++--- src/components/warning.svelte | 10 ++++++---- 2 files changed, 9 insertions(+), 7 deletions(-) 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