From be7bb3cf6021fabd4d599304ee48d0d45a74ce9b Mon Sep 17 00:00:00 2001 From: pheralb Date: Mon, 23 Sep 2024 10:14:35 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Update=20svgCard=20classname?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/svgCard.svelte | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/svgCard.svelte b/src/components/svgCard.svelte index 2a504c6..0d63cc9 100644 --- a/src/components/svgCard.svelte +++ b/src/components/svgCard.svelte @@ -56,7 +56,7 @@
{#if wordmarkSvg == true} @@ -95,11 +95,11 @@ /> {/if} -
-

+

+

{svgInfo.title}

-
+
{#if Array.isArray(svgInfo.category)} {#each svgInfo.category.slice(0, maxVisibleCategories) as c, index} {c} @@ -122,7 +122,7 @@ {#each svgInfo.category.slice(maxVisibleCategories) as c} {c}