fix(web): update Next.js description for clarity

This commit is contained in:
Aman Varshney
2025-08-06 07:18:57 +05:30
parent 4616d94659
commit f90292d99c

View File

@@ -176,7 +176,7 @@ export const TECH_OPTIONS: Record<
{
id: "next",
name: "Next.js",
description: "App Router and API Routes",
description: "App Router & API (separate from frontend)",
icon: `${ICON_BASE_URL}/nextjs.svg`,
color: "from-gray-700 to-black",
},