SvelteKit, Next.js, SolidStart

This commit is contained in:
Anthony DePasquale
2025-04-12 21:17:34 +02:00
parent c8e078a714
commit 0e12a5cb7a
6 changed files with 11 additions and 11 deletions

View File

@@ -19,7 +19,7 @@ export const techStackIcons: TechStackIconType = {
icon: <Icons.svelteKit className="w-10 h-10" />,
},
solidStart: {
name: "Solid Start",
name: "SolidStart",
icon: <Icons.solidStart className="w-10 h-10" />,
},
react: {