Skip to content

Commit 3a0b782

Browse files
committed
fix: correct min-height class from 'min-h-dvh' to 'min-h-svh'
1 parent b53e4df commit 3a0b782

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/app/[locale]/(unsubscribe)/unsubscribe
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function Layout(props: LayoutProps<'/[locale]/unsubscribe'>) {
22
const { children } = props
33

4-
return <div className='flex min-h-dvh min-w-screen items-center justify-center p-4'>{children}</div>
4+
return <div className='flex min-h-svh min-w-screen items-center justify-center p-4'>{children}</div>
55
}
66

77
export default Layout

0 commit comments

Comments
 (0)