Skip to content

Commit 92667dd

Browse files
committed
fix prettier
1 parent 79bfa63 commit 92667dd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

client/src/pages/_app.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ export default function App({ Component, pageProps }: AppProps) {
3535
<ReactQueryDevtools initialIsOpen={false} />
3636
<ExplosionProvider>
3737
<main
38-
className={`font-sans ` + fonts.map((font) => font.variable).join(" ")}
38+
className={
39+
`font-sans ` + fonts.map((font) => font.variable).join(" ")
40+
}
3941
>
4042
<Navbar />
4143
<Component {...pageProps} />

0 commit comments

Comments
 (0)