docs: typo in techstack-icons.tsx

This commit is contained in:
Cristian Torrez
2024-09-28 14:15:12 -05:00
committed by GitHub
parent fd52fde752
commit 5217332f0d

View File

@@ -23,7 +23,7 @@ export const techStackIcons: TechStackIconType = {
icon: <Icons.solidStart className="w-10 h-10" />,
},
react: {
name: "Reaact",
name: "React",
icon: <Icons.react className="w-10 h-10" />,
},
hono: {