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 b53e4df commit 3a0b782Copy full SHA for 3a0b782
1 file changed
src/app/[locale]/(unsubscribe)/unsubscribe/layout.tsx
@@ -1,7 +1,7 @@
1
function Layout(props: LayoutProps<'/[locale]/unsubscribe'>) {
2
const { children } = props
3
4
- return <div className='flex min-h-dvh min-w-screen items-center justify-center p-4'>{children}</div>
+ return <div className='flex min-h-svh min-w-screen items-center justify-center p-4'>{children}</div>
5
}
6
7
export default Layout
0 commit comments