Skip to content

Commit

Permalink
Add new feedback nudge
Browse files Browse the repository at this point in the history
  • Loading branch information
augustlindemer committed Dec 20, 2024
1 parent f779ca2 commit c300bcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const Basic = {
contactInfo: `
You can contact us at <em>ADD YOUR COUNCIL CONTACT</em>
<br/><br/>
What did you think of this service? Please give us your feedback using the link in the footer below.
<p><strong>What did you think of this service? Please give us your feedback on the next page.</strong></p>
`,
data: [],
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default function ConfirmationEditor(props: Props) {
props.node?.data?.contactInfo ||
`You can contact us at <em>ADD YOUR COUNCIL CONTACT</em>
<br/><br/>
What did you think of this service? Please give us your feedback using the link in the footer below.`,
<p><strong>What did you think of this service? Please give us your feedback on the next page.</strong></p>`,
...parseNextSteps(props.node?.data),
},
onSubmit: (values) => {
Expand Down

0 comments on commit c300bcf

Please sign in to comment.