From 94b9afe21936185d3c7de8092c13b3ddc14a7489 Mon Sep 17 00:00:00 2001 From: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com> Date: Fri, 26 Jan 2024 22:25:52 +0000 Subject: [PATCH] Docs: Adjust message about RootLayout (#61199) --- .../01-routing/02-pages-and-layouts.mdx | 1 - 1 file changed, 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 9fad102fb2abf..0fb33b5afbb84 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 @@ -150,7 +150,6 @@ export default function RootLayout({ children }) { > - The root layout must define `` and `
` tags since Next.js does not automatically create them. > - You can use the [built-in SEO support](/docs/app/building-your-application/optimizing/metadata) to manage `` HTML elements, for example, the `