diff --git a/src/components/pages/SummaryStep/SummaryStep.tsx b/src/components/pages/SummaryStep/SummaryStep.tsx index 9043696..cb116c8 100644 --- a/src/components/pages/SummaryStep/SummaryStep.tsx +++ b/src/components/pages/SummaryStep/SummaryStep.tsx @@ -308,34 +308,27 @@ export const SummaryStep: React.FC = ({ Review your plan - - - {isPrePlanning - ? "Here's an overview of your plan. You can make changes at any time." - : 'Please review your selections below. You can edit any section before confirming.'} - - {onShareByEmail && ( + + {isPrePlanning + ? "Here's an overview of your plan. You can make changes at any time." + : 'Please review your selections below. You can edit any section before confirming.'} + + + + + {onShareByEmail && ( + - )} - - - + + )} {/* ─── Arrangement details ─── */} {arrangementDetails && ( @@ -716,7 +709,14 @@ export const SummaryStep: React.FC = ({ {onSaveAndExit && ( - )}