From 58d132139ba8d5fa17c8681a0275047ce4cca809 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 3 Dec 2025 03:51:29 +0900 Subject: feat(frontend): design update --- frontend/src/components/Layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/src/components/Layout.tsx') diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index 09a0eb4..5f30de5 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -7,9 +7,9 @@ interface Props { export function Layout({ children }: Props) { return ( -
+
-
{children}
+
{children}
); } -- cgit v1.2.3-70-g09d2