Skip to content

Commit f90292d

Browse files
fix(web): update Next.js description for clarity
1 parent 4616d94 commit f90292d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/lib/constant.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export const TECH_OPTIONS: Record<
176176
{
177177
id: "next",
178178
name: "Next.js",
179-
description: "App Router and API Routes",
179+
description: "App Router & API (separate from frontend)",
180180
icon: `${ICON_BASE_URL}/nextjs.svg`,
181181
color: "from-gray-700 to-black",
182182
},

0 commit comments

Comments
 (0)