Skip to content

Commit

Permalink
fix(EMS-289): fix NBI link in 'get a quote by email' page
Browse files Browse the repository at this point in the history
  • Loading branch information
ttbarnes committed Aug 30, 2022
1 parent c8ca822 commit bf07eef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e-tests/content-strings/pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const GET_A_QUOTE_BY_EMAIL_PAGE = {
[
{
text: 'Download this form',
href: '#',
href: LINKS.EXTERNAL.NBI_FORM,
},
{
text: ' and fill it in. ',
Expand Down
2 changes: 1 addition & 1 deletion src/ui/server/content-strings/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const GET_A_QUOTE_BY_EMAIL_PAGE = {
[
{
text: 'Download this form',
href: '#',
href: LINKS.EXTERNAL.NBI_FORM,
},
{
text: ' and fill it in. ',
Expand Down

0 comments on commit bf07eef

Please sign in to comment.