Skip to content

Commit c97654e

Browse files
committed
Fix nextjs display name
1 parent ae7fd1f commit c97654e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const FRAMEWORKS: Framework[] = [
6262
},
6363
{
6464
name: "nextjs",
65-
display: "NestJS",
65+
display: "NextJS",
6666
color: magenta,
6767
variants: [
6868
{

0 commit comments

Comments
 (0)