Skip to content

Commit

Permalink
Merge pull request #961 from DFE-Digital/correct-feedback-link
Browse files Browse the repository at this point in the history
Update _feedback-bar.erb
  • Loading branch information
MylesJarvis committed Mar 5, 2021
2 parents 6309e23 + d992dca commit 6fcc6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/sections/_feedback-bar.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="feedback-bar__inner">
<div class="feedback-bar__left">
<span class="feedback-bar__label">FEEDBACK</span>
<span class="feedback-bar__description">Give us <a href="https://docs.google.com/forms/d/1Fp6At8Jrfg9umL42jT9iM4faS0rtWEA29dLrFbuKPXk/viewform" target="blank" data-action="click->feedback#giveFeedback">feedback on this website</a>.</span>
<span class="feedback-bar__description">Give us <a href="https://docs.google.com/forms/d/e/1FAIpQLSdBXbU5nwP6_3TH7HY5rB4ehkSDNzfKqB5X2G7wG4K6LY97-g/viewform" target="blank" data-action="click->feedback#giveFeedback">feedback on this website</a>.</span>
</div>
<a href="" class="feedback-bar__close" id="hide-feedback-bar" data-action="click->feedback#dismiss">Hide</a>
</div>
Expand Down

0 comments on commit 6fcc6ee

Please sign in to comment.