diff --git a/src/App.tsx b/src/App.tsx index 4398455..056e984 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -138,7 +138,7 @@ function App() { switch (view) { case "welcome": return ( -
+
{/* Welcome Header */} -
+
{/* Topbar */} setView("editor")} @@ -371,7 +371,9 @@ function App() { /> {/* Main Content */} - {renderContent()} +
+ {renderContent()} +
{/* NFO Credits Modal */} {showNFO && setShowNFO(false)} />}