Skip to content

Commit

Permalink
Hide spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
switz committed Dec 13, 2024
1 parent 24305c9 commit 76b8b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
<link rel="icon" href="/favicon.ico" />
</head>
<body className={roboto.className}>
<NextTopLoader />
<NextTopLoader showSpinner={false} />
<Link href="https://en.wikipedia.org/wiki/Phil_Lesh" target="_blank">
<div className="fixed top-0 z-10 h-2 w-full bg-black" />
</Link>
Expand Down

0 comments on commit 76b8b8a

Please sign in to comment.