From ba11f1d5ba6c5291efcfe1a7bac43990941addfc Mon Sep 17 00:00:00 2001 From: cfngc4594 Date: Fri, 4 Apr 2025 13:36:34 +0800 Subject: [PATCH] style(layout): update html and body class names for full-height layout --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 184dc30..2b613f4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,8 +16,8 @@ interface RootLayoutProps { export default function RootLayout({ children }: RootLayoutProps) { return ( - - + +