Skip to content

Commit

Permalink
Merge pull request #94 from nhsuk/update-survey-link
Browse files Browse the repository at this point in the history
Update survey link and version number
  • Loading branch information
the-nathan-smith authored Oct 27, 2023
2 parents 3109d46 + ebeaca7 commit ca40d6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nhsuk/user-feedback-form",
"version": "2.2.3",
"version": "2.2.4",
"description": "A form for collecting user feedback",
"main": "dist/index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/confirmation/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ <h2 class="nhsuk-card__heading nhsuk-user-feedback-form-header nhsuk-heading-s">
</h2>
{{ optionalTextResponseMessage }}
<p>Can you help us improve the NHS website by answering some more questions about your visit today?</p>
<a class="nhsuk-user-feedback-form-survey-link nhsuk-u-font-size-19" href="google.com">Take our survey</a>
<a class="nhsuk-user-feedback-form-survey-link nhsuk-u-font-size-19" href="https://feedback.digital.nhs.uk/jfe/form/SV_0d2iISxDDMOdmsK">Take our survey</a>
</div>
</div>

0 comments on commit ca40d6b

Please sign in to comment.