Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
remove unused loading class, remove unused chrome-bug.css (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
philparzer authored May 10, 2024
1 parent a4719c4 commit b7eb56b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export async function generateMetadata(): Promise<Metadata> {
export default async function RootLayout({ children }: PropsWithChildren) {
return (
<html lang="en">
<body className="bg-black loading">
<body className="bg-black">
<Navbar />
<main
id="skip"
Expand Down
12 changes: 0 additions & 12 deletions styles/chrome-bug.css

This file was deleted.

0 comments on commit b7eb56b

Please sign in to comment.