Skip to content

Commit

Permalink
turn off live navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
EwanLyon committed Jul 18, 2023
1 parent f362356 commit e480fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nextjs/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function AusSpeedrunsWebsite({ Component, pageProps }: AppProps) {

return (
<AuthProvider>
<Navbar events={events.data?.events} live />
<Navbar events={events.data?.events} />
<Component {...pageProps} />
<Footer />
<CookieConsent
Expand Down

0 comments on commit e480fb3

Please sign in to comment.