update name of stack

This commit is contained in:
Abi Raja 2024-06-27 14:58:14 +08:00
parent 0200274e61
commit d4e182cfe0

View File

@ -12,7 +12,7 @@ export enum Stack {
export const STACK_DESCRIPTIONS: {
[key in Stack]: { components: string[]; inBeta: boolean };
} = {
html_css: { components: ["HTML", "Css"], inBeta: false },
html_css: { components: ["HTML", "CSS"], inBeta: false },
html_tailwind: { components: ["HTML", "Tailwind"], inBeta: false },
react_tailwind: { components: ["React", "Tailwind"], inBeta: false },
bootstrap: { components: ["Bootstrap"], inBeta: false },