@reuters-graphics/graphics-components 3.4.0 → 3.4.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.
@@ -39,14 +39,14 @@
39
39
  // If we're in the non-English article, link to the English article
40
40
  return `${base}/embeds/en/page/`;
41
41
  } else {
42
- return `${base}/embeds/${translationLocale}/page`;
42
+ return `${base}/embeds/${translationLocale}/page/`;
43
43
  }
44
44
  } else {
45
45
  if (locale === translationLocale) {
46
46
  // If we're in the non-English article, link to the English article
47
47
  return `${base}/`;
48
48
  } else {
49
- return `${base}/${translationLocale}`;
49
+ return `${base}/${translationLocale}/`;
50
50
  }
51
51
  }
52
52
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reuters-graphics/graphics-components",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "homepage": "https://reuters-graphics.github.io/graphics-components",