@telia/teddy 0.2.7 → 0.2.8

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.
@@ -612,7 +612,7 @@ const PRIVATE_LINKS = {
612
612
  appKey: APP_KEYS["open-pages"]
613
613
  },
614
614
  {
615
- name: "Hjelp til alt",
615
+ name: "Alt om hjelp",
616
616
  link: "/hjelp/",
617
617
  appKey: APP_KEYS["open-pages"]
618
618
  }
@@ -570,7 +570,7 @@ export declare const PRIVATE_LINKS: {
570
570
  readonly link: "/hjelp/butikker-og-forhandlere/";
571
571
  readonly appKey: "open-pages";
572
572
  }, {
573
- readonly name: "Hjelp til alt";
573
+ readonly name: "Alt om hjelp";
574
574
  readonly link: "/hjelp/";
575
575
  readonly appKey: "open-pages";
576
576
  }];
@@ -1104,7 +1104,7 @@ export declare const getLinks: (ukko?: boolean) => [{
1104
1104
  readonly link: "/hjelp/butikker-og-forhandlere/";
1105
1105
  readonly appKey: "open-pages";
1106
1106
  }, {
1107
- readonly name: "Hjelp til alt";
1107
+ readonly name: "Alt om hjelp";
1108
1108
  readonly link: "/hjelp/";
1109
1109
  readonly appKey: "open-pages";
1110
1110
  }];
@@ -610,7 +610,7 @@ const PRIVATE_LINKS = {
610
610
  appKey: APP_KEYS["open-pages"]
611
611
  },
612
612
  {
613
- name: "Hjelp til alt",
613
+ name: "Alt om hjelp",
614
614
  link: "/hjelp/",
615
615
  appKey: APP_KEYS["open-pages"]
616
616
  }
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "pnpm": ">=9"
21
21
  },
22
22
  "private": false,
23
- "version": "0.2.7",
23
+ "version": "0.2.8",
24
24
  "sideEffects": [
25
25
  "**/*.css",
26
26
  "**/*.svg"