From d18335ba4361381061a158923c0c40446c3a6545 Mon Sep 17 00:00:00 2001 From: Theo <36564257+theoholl@users.noreply.github.com> Date: Sat, 17 Feb 2024 23:39:18 +0100 Subject: [PATCH] Fix 02-pages-and-layouts.mdx to show Good to know and contents in the same box (#62203) **Good to know:** and list should be inside the same box. ![image](https://github.com/vercel/next.js/assets/36564257/072eb7ca-1c95-473b-9d08-c4cea649b7ea) --- .../01-routing/02-pages-and-layouts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-app/01-building-your-application/01-routing/02-pages-and-layouts.mdx b/docs/02-app/01-building-your-application/01-routing/02-pages-and-layouts.mdx index 11e1dec5591b1..9a3e22f6157a6 100644 --- a/docs/02-app/01-building-your-application/01-routing/02-pages-and-layouts.mdx +++ b/docs/02-app/01-building-your-application/01-routing/02-pages-and-layouts.mdx @@ -184,7 +184,7 @@ The two layouts would be nested as such: /> > **Good to know**: - +> > - `.js`, `.jsx`, or `.tsx` file extensions can be used for Layouts. > - Only the root layout can contain `` and `` tags. > - When a `layout.js` and `page.js` file are defined in the same folder. The layout will wrap the page.