fix: set magic link redirect from env

This commit is contained in:
Henry
2024-04-28 16:59:01 +01:00
parent 0035aa6500
commit 9581006463
3 changed files with 8 additions and 2 deletions

View File

@@ -26,9 +26,11 @@ const MyApp: AppType = ({ Component, pageProps }) => {
<style jsx global>{`
html {
font-family: ${jakarta.style.fontFamily};
height: 100vh;
overflow: hidden;
}
`}</style>
<main className="h-screen overflow-hidden font-sans">
<main className="font-sans">
<ThemeProvider>
<ModalProvider>
<BoardProvider>