From ae8901cd730d3877cb31f7c0842581a2831f1da1 Mon Sep 17 00:00:00 2001 From: sunhwaaRj Date: Sun, 4 Jan 2026 22:08:16 +0900 Subject: [PATCH 001/156] =?UTF-8?q?#127=20[CHORE]=20=ED=91=B8=ED=84=B0=20?= =?UTF-8?q?=EB=B0=98=EC=9D=91=ED=98=95=20=EA=B8=B0=EC=A4=80=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/(main)/layout.tsx | 2 +- src/components/common/Footer.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/(main)/layout.tsx b/src/app/(main)/layout.tsx index f1f713a1..f5ef1dbb 100644 --- a/src/app/(main)/layout.tsx +++ b/src/app/(main)/layout.tsx @@ -9,7 +9,7 @@ export default function MainLayout({ children }: { children: React.ReactNode })
{children}
-
+
diff --git a/src/components/common/Footer.tsx b/src/components/common/Footer.tsx index 0a77668c..eb3bf8f4 100644 --- a/src/components/common/Footer.tsx +++ b/src/components/common/Footer.tsx @@ -3,7 +3,7 @@ import Image from 'next/image'; const Footer = () => { return ( <> -