diff --git a/editor.planx.uk/src/@planx/components/shared/Preview/SummaryList.tsx b/editor.planx.uk/src/@planx/components/shared/Preview/SummaryList.tsx
index 4c02645f18..61f09a4358 100644
--- a/editor.planx.uk/src/@planx/components/shared/Preview/SummaryList.tsx
+++ b/editor.planx.uk/src/@planx/components/shared/Preview/SummaryList.tsx
@@ -171,13 +171,21 @@ function SummaryListsBySections(props: SummaryListsBySectionsProps) {
>
{props.flow[`${Object.keys(sections[i])[0]}`]?.data?.title}
+ props.changeAnswer(filteredBreadcrumbs[0].nodeId)}
+ component="button"
+ fontSize="body2.fontSize"
+ >
+ Change
+ the answers in this section
+
),