From 391925e8c452b06867cbe3436fc48358ee10faff Mon Sep 17 00:00:00 2001 From: LGram16 Date: Mon, 12 Jan 2026 21:56:18 +0900 Subject: [PATCH] =?UTF-8?q?footer=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.tsx | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/App.tsx b/App.tsx index 91ecefd..d1c00a1 100644 --- a/App.tsx +++ b/App.tsx @@ -48,7 +48,7 @@ const AdSenseBannerH: React.FC = () => { @@ -173,7 +173,7 @@ const App: React.FC = () => { }; return ( -
+
{/* Sidebar / Topbar */}
@@ -256,7 +256,7 @@ const App: React.FC = () => { {/* Content Body with Right Sidebar */} -
+
{/* Main View */}
{errorMsg && ( @@ -290,6 +290,17 @@ const App: React.FC = () => {
+ + {/* Footer Status Bar */} +
);