Skip to content

Commit 76b8b8a

Browse files
committed
Hide spinner
1 parent 24305c9 commit 76b8b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
2020
<link rel="icon" href="/favicon.ico" />
2121
</head>
2222
<body className={roboto.className}>
23-
<NextTopLoader />
23+
<NextTopLoader showSpinner={false} />
2424
<Link href="https://en.wikipedia.org/wiki/Phil_Lesh" target="_blank">
2525
<div className="fixed top-0 z-10 h-2 w-full bg-black" />
2626
</Link>

0 commit comments

Comments
 (0)