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 */} +
);