diff --git a/app/new/stack/stack-summary-page.tsx b/app/new/stack/stack-summary-page.tsx index ceef512..cf76ef5 100644 --- a/app/new/stack/stack-summary-page.tsx +++ b/app/new/stack/stack-summary-page.tsx @@ -367,29 +367,6 @@ export function StackSummaryPage({ stackId, mode }: StackSummaryPageProps) { -
-
-
-

{summaryHeader} instructions overview

-

- Share this page to sync on conventions, or jump back into the wizard to fine-tune answers. -

-
-
- -
-
- {autoFillNotice ? ( -
- {autoFillNotice} -
- ) : null} -
-

Selections in this summary

@@ -397,6 +374,11 @@ export function StackSummaryPage({ stackId, mode }: StackSummaryPageProps) { Reopen any question from the wizard to change these selections.

+ {autoFillNotice ? ( +
+ {autoFillNotice} +
+ ) : null}
{summaryEntries.map((entry) => (