@defra-fish/gafl-webapp-service 1.62.0-rc.5 → 1.62.0-rc.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defra-fish/gafl-webapp-service",
3
- "version": "1.62.0-rc.5",
3
+ "version": "1.62.0-rc.7",
4
4
  "description": "The websales frontend for the GAFL service",
5
5
  "type": "module",
6
6
  "engines": {
@@ -36,8 +36,8 @@
36
36
  "prepare": "gulp --gulpfile build/gulpfile.cjs"
37
37
  },
38
38
  "dependencies": {
39
- "@defra-fish/business-rules-lib": "1.62.0-rc.5",
40
- "@defra-fish/connectors-lib": "1.62.0-rc.5",
39
+ "@defra-fish/business-rules-lib": "1.62.0-rc.7",
40
+ "@defra-fish/connectors-lib": "1.62.0-rc.7",
41
41
  "@defra/hapi-gapi": "^2.0.0",
42
42
  "@hapi/boom": "^9.1.2",
43
43
  "@hapi/catbox-redis": "^6.0.2",
@@ -79,5 +79,5 @@
79
79
  "./gafl-jest-matchers.js"
80
80
  ]
81
81
  },
82
- "gitHead": "7922f8b52e4a1eb7bab9a1264ecea8deb1d1120c"
82
+ "gitHead": "769c73ef2423de6a672ce76dd831fe5927393373"
83
83
  }
@@ -1,5 +1,5 @@
1
1
  {% extends "template.njk" %}
2
- {% set assetPath = "/public" %}
2
+ {% set assetPath = "/public/assets/rebrand" %}
3
3
 
4
4
  {% if not journeyBeginning %}
5
5
  <meta name="robots" content="noindex">
@@ -182,7 +182,7 @@
182
182
  <footer class="govuk-footer">
183
183
  <div class="govuk-width-container">
184
184
  <div class="govuk-footer__meta">
185
- <div class="govuk-footer__meta-item govuk-footer__meta-item--grow">
185
+ <div class="govuk-footer__meta-item govuk-footer__meta-item--grow">
186
186
  {% if (title === mssgs.address_lookup_title_you) or (title === mssgs.address_lookup_title_other) %}
187
187
  <p class="govuk-body-s">{{ mssgs.address_lookup_crown_copyright }}<a class="govuk-link" href="http://www.ordnancesurvey.co.uk" rel="noreferrer noopener" target="_blank">{{ mssgs.address_lookup_crown_copyright_new_tab }}</a> {{ mssgs.address_lookup_crown_copyright_ref }}
188
188
  <br>{{ mssgs.address_lookup_crown_copyright_terms }} <a class="govuk-link" href="{{ data.uri.osTerms }}">{{ mssgs.address_lookup_crown_copyright_terms_link }}</a></p>