File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ import "./conf.css"
88import { Navbar } from "./components/navbar"
99import { Footer } from "./components/footer"
1010
11- // @ts -expect-error: we want to import the same version as Nextra for the main page
12- import { ThemeProvider } from "next-themes"
1311import { GraphQLConfLogoLink } from "./components/graphql-conf-logo-link"
1412import { GALLERY_LINK } from "./links"
1513
@@ -53,9 +51,7 @@ export default function Layout({
5351 { children : "FAQ" , href : "/conf/2025/#faq" } ,
5452 ] }
5553 />
56- < ThemeProvider attribute = "class" >
57- < div className = "bg-neu-0 text-neu-900 antialiased" > { children } </ div >
58- </ ThemeProvider >
54+ < div className = "bg-neu-0 text-neu-900 antialiased" > { children } </ div >
5955 < Footer
6056 logo = { < GraphQLConfLogoLink year = { 2025 } /> }
6157 links = { [
You can’t perform that action at this time.
0 commit comments