mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
Compare commits
No commits in common. "1093b962cd799d7157205fa607c9a1c006ccac56" and "244744488fb8a6952f5b7f0a1cd7de0f019c1e49" have entirely different histories.
1093b962cd
...
244744488f
@ -102,11 +102,7 @@
|
||||
<div class="flex items-center space-x-1 justify-center">
|
||||
{#if Array.isArray(svgInfo.category)}
|
||||
{#each svgInfo.category.slice(0, maxVisibleCategories) as c, index}
|
||||
<a
|
||||
href={`/directory/${c.toLowerCase()}`}
|
||||
class={badgeStyles}
|
||||
title={`This icon is part of the ${svgInfo.category} category`}>{c}</a
|
||||
>
|
||||
<a href={`/directory/${c.toLowerCase()}`} class={badgeStyles}>{c}</a>
|
||||
{/each}
|
||||
|
||||
{#if svgInfo.category.length > maxVisibleCategories}
|
||||
|
@ -2010,7 +2010,7 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
{
|
||||
title: 'Stripe',
|
||||
category: ['Software', 'Payment'],
|
||||
category: 'Software',
|
||||
route: '/library/stripe.svg',
|
||||
url: 'https://stripe.com/'
|
||||
},
|
||||
@ -2508,6 +2508,12 @@ 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',
|
||||
|
Loading…
Reference in New Issue
Block a user