rsnext/packages/create-next-app/templates/app/js
Balázs Orbán 2a8961b36b
fix(cli): unify styles/content of templates (#47294)
### What?

- fixes some typos
  - [x] getting started by editing "filename"
  - [x] match app/pages content
  - [x] fix utm params 
- [x] Reverted different text coloring in the CLI as they were hard to
read on a dark background
- [x] removes 13 ([Slack
thread](https://vercel.slack.com/archives/C03KAR5DCKC/p1679151687968809?thread_ts=1679123593.519319&cid=C03KAR5DCKC))


### Why?

Unifying the styles across all templates

### How?

Used
https://github.com/vercel/next.js/tree/canary/packages/create-next-app/templates/default/js
as the base and made sure that all other templates match its content and
styling.

Related: #46927. This PR was extracted from #47238 to make reviewing
easier.

fix NEXT-851 ([link](https://linear.app/vercel/issue/NEXT-851))

---------

Co-authored-by: JJ Kasper <jj@jjsweb.site>
2023-03-20 15:33:44 -07:00
..
app fix(cli): unify styles/content of templates (#47294) 2023-03-20 15:33:44 -07:00
public fix(cli): unify styles/content of templates (#47294) 2023-03-20 15:33:44 -07:00
eslintrc.json feat(create-next-app): JS/TS prompt (with appDir support); enhanced testing (#42012) 2022-10-31 05:43:39 +00:00
gitignore Update create-next-app template (#43482) 2022-12-02 22:01:04 -08:00
jsconfig.json Remove baseUrl from create-next-app ts/jsconfig.json (#46458) 2023-02-27 12:16:04 -08:00
next.config.js feat(create-next-app): JS/TS prompt (with appDir support); enhanced testing (#42012) 2022-10-31 05:43:39 +00:00
README-template.md Fix: Update README templates in create-next-app (#47037) 2023-03-13 13:20:39 -07:00