mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Simplify tech stack category names
This commit is contained in:
@@ -62,27 +62,27 @@ export default function HomePage() {
|
||||
|
||||
const techStackCategories = [
|
||||
{
|
||||
category: "Frontend Frameworks",
|
||||
category: "Frontend",
|
||||
options: frontendOptions,
|
||||
},
|
||||
{
|
||||
category: "Backend Frameworks",
|
||||
category: "Backend",
|
||||
options: backendOptions,
|
||||
},
|
||||
{
|
||||
category: "Database Systems",
|
||||
category: "Database",
|
||||
options: databaseOptions,
|
||||
},
|
||||
{
|
||||
category: "Runtime Environments",
|
||||
category: "Runtime",
|
||||
options: runtimeOptions,
|
||||
},
|
||||
{
|
||||
category: "API Layers",
|
||||
category: "API",
|
||||
options: apiOptions,
|
||||
},
|
||||
{
|
||||
category: "ORM Solutions",
|
||||
category: "ORM",
|
||||
options: ormOptions,
|
||||
},
|
||||
{
|
||||
@@ -95,15 +95,14 @@ export default function HomePage() {
|
||||
},
|
||||
{
|
||||
category: "Package Managers",
|
||||
description: "Dependency management tools",
|
||||
options: packageManagerOptions,
|
||||
},
|
||||
{
|
||||
category: "Development Tools",
|
||||
category: "Addons",
|
||||
options: addonsOptions,
|
||||
},
|
||||
{
|
||||
category: "Example Projects",
|
||||
category: "Examples",
|
||||
options: examplesOptions,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user