@financial-times/dotcom-ui-footer 8.1.0 → 8.2.1

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": "@financial-times/dotcom-ui-footer",
3
- "version": "8.1.0",
3
+ "version": "8.2.1",
4
4
  "description": "",
5
5
  "main": "component.js",
6
6
  "styles": "styles.scss",
@@ -21,7 +21,7 @@
21
21
  "author": "",
22
22
  "license": "MIT",
23
23
  "dependencies": {
24
- "@financial-times/dotcom-types-navigation": "^8.1.0"
24
+ "@financial-times/dotcom-types-navigation": "^8.2.1"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "react": "16.x || 17.x",
@@ -120,7 +120,7 @@ const data: TNavMenu = {
120
120
  },
121
121
  {
122
122
  label: 'Advertise with the FT',
123
- url: 'http://fttoolkit.co.uk/',
123
+ url: 'https://commercial.ft.com/',
124
124
  submenu: null
125
125
  },
126
126
  {
@@ -191,7 +191,7 @@ const data: TNavMenu = {
191
191
  },
192
192
  {
193
193
  label: 'Currency Converter',
194
- url: 'https://markets.ft.com/research/Markets/Currencies?segid=70113',
194
+ url: 'https://markets.ft.com/data/currencies',
195
195
  submenu: null
196
196
  }
197
197
  ]