diff --git a/src/modules/layout/index.tsx b/src/modules/layout/index.tsx index 0aec4a1..08254bf 100644 --- a/src/modules/layout/index.tsx +++ b/src/modules/layout/index.tsx @@ -61,13 +61,13 @@ export const LayoutMain = (props: LayoutMainProps) => { }, []); return ( -
+
-
+
{props.title}
diff --git a/src/pages/page.tsx b/src/pages/page.tsx index 2a7d2bf..9cc6a0e 100644 --- a/src/pages/page.tsx +++ b/src/pages/page.tsx @@ -1,7 +1,7 @@ export default function Home() { return (
-