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 24305c9 commit 76b8b8aCopy full SHA for 76b8b8a
src/app/layout.tsx
@@ -20,7 +20,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
20
<link rel="icon" href="/favicon.ico" />
21
</head>
22
<body className={roboto.className}>
23
- <NextTopLoader />
+ <NextTopLoader showSpinner={false} />
24
<Link href="https://en.wikipedia.org/wiki/Phil_Lesh" target="_blank">
25
<div className="fixed top-0 z-10 h-2 w-full bg-black" />
26
</Link>
0 commit comments