@financial-times/dotcom-ui-footer 13.0.0-beta.1 → 13.0.0-beta.2

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": "13.0.0-beta.1",
3
+ "version": "13.0.0-beta.2",
4
4
  "description": "",
5
5
  "main": "component.js",
6
6
  "styles": "styles.scss",
@@ -20,7 +20,7 @@
20
20
  "author": "",
21
21
  "license": "MIT",
22
22
  "dependencies": {
23
- "@financial-times/dotcom-types-navigation": "^13.0.0-beta.1"
23
+ "@financial-times/dotcom-types-navigation": "^13.0.0-beta.2"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "@financial-times/o-footer": "^10.0.0",
@@ -208,12 +208,12 @@ const data: TNavMenu = {
208
208
  { label: 'FT Live', url: 'http://live.ft.com/', submenu: null },
209
209
  {
210
210
  label: 'FT Forums',
211
- url: 'https://forums.ft.com/',
211
+ url: 'https://forums.live.ft.com/',
212
212
  submenu: null
213
213
  },
214
214
  {
215
- label: 'Board Director Programme',
216
- url: 'https://bdp.ft.com/',
215
+ label: 'FT Leaders Academy',
216
+ url: 'https://leadersacademy.ft.com/',
217
217
  submenu: null
218
218
  }
219
219
  ]