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

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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { TNavMenuItem } from '@financial-times/dotcom-types-navigation';
3
2
  declare type TSectionLinksProps = {
4
3
  index: number;
@@ -47,7 +47,7 @@ const CopyrightNotice = ({ withoutMarketsData = false }) => {
47
47
  react_1.default.createElement("br", null),
48
48
  "The Financial Times and its journalism are subject to a self-regulation regime under the",
49
49
  ' ',
50
- react_1.default.createElement("a", { href: "http://aboutus.ft.com/en-gb/ft-editorial-code/", "aria-label": "F T Editorial Code of Practice" }, "FT Editorial Code of Practice"),
50
+ react_1.default.createElement("a", { href: "https://aboutus.ft.com/en-gb/ft-editorial-code/", "aria-label": "F T Editorial Code of Practice" }, "FT Editorial Code of Practice"),
51
51
  ".")));
52
52
  };
53
53
  exports.CopyrightNotice = CopyrightNotice;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { TNavigationData } from '@financial-times/dotcom-types-navigation';
3
2
  export declare type TFooterOptions = {
4
3
  theme?: 'dark' | 'light' | string;