We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed6295c commit 73858a1Copy full SHA for 73858a1
tests/fixtures/app-basic/app/font-google-multiple/layout.tsx
@@ -23,10 +23,7 @@ export default function RootLayout({
23
children: React.ReactNode;
24
}>) {
25
return (
26
- <html
27
- lang="en"
28
- className={`${geistSans.variable} ${geistMono.variable} h-full antialiased`}
29
- >
+ <html lang="en" className={`${geistSans.variable} ${geistMono.variable} h-full antialiased`}>
30
<body className="min-h-full flex flex-col">{children}</body>
31
</html>
32
);
0 commit comments