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}