Compare commits

...

2 Commits

Author SHA1 Message Date
Gigi
292c24aa2d
Merge 6ec02cd8de into 244744488f 2024-09-05 11:11:54 +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/'
},