diff --git a/src/components/downloadSvg.svelte b/src/components/downloadSvg.svelte new file mode 100644 index 0000000..665e34e --- /dev/null +++ b/src/components/downloadSvg.svelte @@ -0,0 +1,230 @@ + + +{#if typeof svgInfo.route === 'string'} + +{:else} + + + + + + + Download {svgInfo.title} + This logo has multiple options to download. + + +
+
+ {svgInfo.title} + + + + + +
+ + {#if typeof svgInfo.wordmark === 'string' && svgInfo.wordmark !== undefined} +
+ {svgInfo.title} + +
+ {/if} + + {#if typeof svgInfo.wordmark !== 'string' && svgInfo.wordmark !== undefined} +
+ {svgInfo.title} + + + + + +
+ {/if} +
+
+
+{/if} diff --git a/src/components/svgCard.svelte b/src/components/svgCard.svelte index a309c7f..655629b 100644 --- a/src/components/svgCard.svelte +++ b/src/components/svgCard.svelte @@ -1,35 +1,23 @@