From bd1e72048a435655e9fced65c2c9dbe58568f47d Mon Sep 17 00:00:00 2001 From: dujinkim Date: Fri, 24 Oct 2025 11:13:31 +0000 Subject: (김준회) Header, Footer 이전 버전으로 복구 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/layout/Footer.tsx | 8 ++------ components/layout/Header.tsx | 12 ++++++------ 2 files changed, 8 insertions(+), 12 deletions(-) (limited to 'components') diff --git a/components/layout/Footer.tsx b/components/layout/Footer.tsx index 33278d7e..61a5a06b 100644 --- a/components/layout/Footer.tsx +++ b/components/layout/Footer.tsx @@ -11,18 +11,14 @@ export function SiteFooter() { ) -} \ No newline at end of file +} diff --git a/components/layout/Header.tsx b/components/layout/Header.tsx index db9c6b49..c9455fc8 100644 --- a/components/layout/Header.tsx +++ b/components/layout/Header.tsx @@ -161,14 +161,14 @@ export function Header() { Logo - {/* + {t(brandNameKey)} - */} + @@ -321,4 +321,4 @@ export function RouteLogger() { console.log("[URL]", path + (qs ? "?" + qs : "")); }, [path, qs]); return null; - } \ No newline at end of file + } -- cgit v1.2.3