From 81cbbb2b8c20fc54ab94778c806500be76c36500 Mon Sep 17 00:00:00 2001 From: pheralb Date: Tue, 25 Feb 2025 15:10:43 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Improve=20download=20SVG=20dialog?= =?UTF-8?q?=20with=20footer=20and=20fix=20title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/downloadSvg.svelte | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/src/components/downloadSvg.svelte b/src/components/downloadSvg.svelte index cc8323d..01408e3 100644 --- a/src/components/downloadSvg.svelte +++ b/src/components/downloadSvg.svelte @@ -11,7 +11,8 @@ DialogContent, DialogHeader, DialogTitle, - DialogDescription + DialogDescription, + DialogFooter } from '@/ui/dialog'; import { buttonStyles } from '@/ui/styles'; import { cn } from '@/utils/cn'; @@ -104,14 +105,13 @@ - Download {svgInfo.title} + Download {svgInfo.title} SVG This logo has multiple options to download: -
{#if typeof svgInfo.route === 'string'} @@ -119,7 +119,7 @@ {svgInfo.title}
+ +

+ Remember to request permission from the creators for the use of the SVG. Modification is + not allowed. +

+
{/if}