@financial-times/dotcom-ui-footer 8.1.0 → 9.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": "
|
|
3
|
+
"version": "9.0.0-beta.2",
|
|
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": "^
|
|
24
|
+
"@financial-times/dotcom-types-navigation": "^9.0.0-beta.2"
|
|
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: '
|
|
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/
|
|
194
|
+
url: 'https://markets.ft.com/data/currencies',
|
|
195
195
|
submenu: null
|
|
196
196
|
}
|
|
197
197
|
]
|