docs: correct Svelte Kit to SvelteKit (#2246)

This commit is contained in:
gandan
2025-04-13 20:59:47 +09:00
committed by GitHub
parent 01d1be64e7
commit e077be39a2
5 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ export const techStackIcons: TechStackIconType = {
icon: <Icons.nuxt className="w-10 h-10" />,
},
svelteKit: {
name: "Svelte Kit",
name: "SvelteKit",
icon: <Icons.svelteKit className="w-10 h-10" />,
},
solidStart: {