Skip to content

Commit

Permalink
Add feedback link to Prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinEtchells committed Apr 16, 2024
1 parent 816b52f commit ef435e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prototype/app/views/layouts/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
tag: {
text: "Prototype"
},
html: 'This is a new service – your <a class="govuk-link" href="#feedback">feedback</a> will help us to improve it.'
html: 'This is a new service – your <a class="govuk-link" href="https://www.smartsurvey.co.uk/s/GESFSF/">feedback</a> will help us to improve it.'
}) }}
</div>

Expand Down
2 changes: 1 addition & 1 deletion prototype/app/views/layouts/signed-in.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
tag: {
text: "Prototype"
},
html: 'This is a new service – your <a class="govuk-link" href="#feedback">feedback</a> will help us to improve it.'
html: 'This is a new service – your <a class="govuk-link" href="https://www.smartsurvey.co.uk/s/GESFSF/">feedback</a> will help us to improve it.'
}) }}

{% block beforeMain %}{% endblock %}
Expand Down

0 comments on commit ef435e6

Please sign in to comment.