From be5c07a7778b9941d137211e77eae3038f8ebbe4 Mon Sep 17 00:00:00 2001 From: Daseul Kim Date: Thu, 17 Jul 2025 15:14:42 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=ED=91=B8=ED=84=B0=EC=97=90=20=EC=8B=A4?= =?UTF-8?q?=ED=96=89=EB=AA=A8=EB=93=9C=20=ED=91=9C=EC=B6=9C=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ui/common/Footer.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/components/ui/common/Footer.tsx b/src/components/ui/common/Footer.tsx index 22cfba5..6f8747c 100644 --- a/src/components/ui/common/Footer.tsx +++ b/src/components/ui/common/Footer.tsx @@ -1,15 +1,10 @@ 'use client' export default function Footer() { - const runMode = process.env.NEXT_PUBLIC_RUN_MODE || 'error' - return ( <> )