Fix incorrect category for svelte

Svelte is a framework, not a library
This commit is contained in:
Gigi 2024-05-13 15:10:24 +02:00 committed by GitHub
parent de6bf9f8dd
commit 6ec02cd8de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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