We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4719c4 commit b7eb56bCopy full SHA for b7eb56b
app/layout.tsx
@@ -49,7 +49,7 @@ export async function generateMetadata(): Promise<Metadata> {
49
export default async function RootLayout({ children }: PropsWithChildren) {
50
return (
51
<html lang="en">
52
- <body className="bg-black loading">
+ <body className="bg-black">
53
<Navbar />
54
<main
55
id="skip"
styles/chrome-bug.css
0 commit comments