diff --git a/src/components/svgCard.svelte b/src/components/svgCard.svelte index 2a504c6..d336ec0 100644 --- a/src/components/svgCard.svelte +++ b/src/components/svgCard.svelte @@ -102,7 +102,11 @@
{#if Array.isArray(svgInfo.category)} {#each svgInfo.category.slice(0, maxVisibleCategories) as c, index} - {c} + {c} {/each} {#if svgInfo.category.length > maxVisibleCategories} diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 84f257a..8752458 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2010,7 +2010,7 @@ export const svgs: iSVG[] = [ }, { title: 'Stripe', - category: 'Software', + category: ['Software', 'Payment'], route: '/library/stripe.svg', url: 'https://stripe.com/' }, @@ -2508,12 +2508,6 @@ export const svgs: iSVG[] = [ }, url: 'https://www.markdownguide.org/' }, - { - title: 'Movie Web', - category: 'Entertainment', - route: '/library/movie-web.svg', - url: 'https://movie-web.app/' - }, { title: 'Radix UI', category: 'Library',