diff --git a/src/components/quickstart/WelcomeModal.tsx b/src/components/quickstart/WelcomeModal.tsx index 757f8e31..fd959ac3 100644 --- a/src/components/quickstart/WelcomeModal.tsx +++ b/src/components/quickstart/WelcomeModal.tsx @@ -75,7 +75,7 @@ export function WelcomeModal({ ); // Template explorer needs more width for two-column layout - const dialogWidth = currentView === "templates" ? "max-w-6xl" : "max-w-4xl"; + const dialogWidth = currentView === "templates" ? "max-w-6xl" : "max-w-2xl"; const dialogHeight = currentView === "templates" ? "max-h-[85vh]" : "max-h-[80vh]"; return (