Compare commits

...

2 Commits

Author SHA1 Message Date
Gigi
302268cbbf
Merge 6ec02cd8de into 7829b5a862 2024-08-29 18:24:46 +02:00
Gigi
6ec02cd8de
Fix incorrect category for svelte
Svelte is a framework, not a library
2024-05-13 15:10:24 +02:00

View File

@ -141,7 +141,7 @@ export const svgs: iSVG[] = [
},
{
title: 'Svelte',
category: 'Library',
category: 'Framework',
route: '/library/svelte.svg',
url: 'https://svelte.dev/'
},