Skip to content

Commit b7eb56b

Browse files
authored
remove unused loading class, remove unused chrome-bug.css (vercel#337)
1 parent a4719c4 commit b7eb56b

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export async function generateMetadata(): Promise<Metadata> {
4949
export default async function RootLayout({ children }: PropsWithChildren) {
5050
return (
5151
<html lang="en">
52-
<body className="bg-black loading">
52+
<body className="bg-black">
5353
<Navbar />
5454
<main
5555
id="skip"

styles/chrome-bug.css

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)