We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc72bd commit 7642f84Copy full SHA for 7642f84
pages/_app.tsx
@@ -69,7 +69,7 @@ export default function MyApp({ Component, pageProps, router }: AppProps) {
69
<Component {...pageProps} location={router.asPath} />
70
</div>
71
72
- <Footer location={router.asPath} marginBottom={consented || consented == null ? 3 : 80} />
+ <Footer location={router.asPath} marginBottom={consented || consented === null ? 3 : 80} />
73
74
75
}
0 commit comments