We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79bfa63 commit 92667ddCopy full SHA for 92667dd
1 file changed
client/src/pages/_app.tsx
@@ -35,7 +35,9 @@ export default function App({ Component, pageProps }: AppProps) {
35
<ReactQueryDevtools initialIsOpen={false} />
36
<ExplosionProvider>
37
<main
38
- className={`font-sans ` + fonts.map((font) => font.variable).join(" ")}
+ className={
39
+ `font-sans ` + fonts.map((font) => font.variable).join(" ")
40
+ }
41
>
42
<Navbar />
43
<Component {...pageProps} />
0 commit comments