diff --git a/src/components/cardSpotlight.svelte b/src/components/cardSpotlight.svelte deleted file mode 100644 index c812204..0000000 --- a/src/components/cardSpotlight.svelte +++ /dev/null @@ -1,55 +0,0 @@ - - - -
-
- -
diff --git a/src/components/svgCard.svelte b/src/components/svgCard.svelte index 91f859a..45654e7 100644 --- a/src/components/svgCard.svelte +++ b/src/components/svgCard.svelte @@ -1,16 +1,14 @@ - -
- - {#if wordmarkSvg == true} - - {svgInfo.title} - {:else} - {svgInfo.title} - {svgInfo.title} - {/if} - -
-

- {svgInfo.title} -

-
- {#if Array.isArray(svgInfo.category)} - {#each svgInfo.category.sort() as c, index} - {c} - {/each} - {:else} - - {svgInfo.category} - - {/if} -
-
- -
- {#if isInFigma} - - {/if} - - {#if wordmarkSvg} - +
+ + {#if wordmarkSvg == true} + {svgInfo.title} + {svgInfo.title} + {:else} + {svgInfo.title} + {svgInfo.title} + {/if} + +
+

+ {svgInfo.title} +

+
+ {#if Array.isArray(svgInfo.category)} + {#each svgInfo.category.sort() as c, index} + {c} + {/each} {:else} - - {/if} - - { - const dark = document.documentElement.classList.contains('dark'); - return dark; - }} - /> - - - - - {#if svgInfo.wordmark !== undefined} - + + {svgInfo.category} + {/if}
- + +
+ {#if isInFigma} + + {/if} + + {#if wordmarkSvg} + + {:else} + + {/if} + + { + const dark = document.documentElement.classList.contains('dark'); + return dark; + }} + /> + + + + + {#if svgInfo.wordmark !== undefined} + + {/if} +
+