l-min-components 1.7.1472 → 1.7.1473

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": "l-min-components",
3
- "version": "1.7.1472",
3
+ "version": "1.7.1473",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -304,17 +304,17 @@ const HeaderComponent = (props) => {
304
304
  const helpUrl = `${
305
305
  window.location.hostname.includes("localhost") ||
306
306
  window.location.hostname.includes("staging")
307
- ? "staging-help.learngual.com"
308
- : "help.learngual.com"
307
+ ? "https://staging-help.learngual.com"
308
+ : "https://help.learngual.com"
309
309
  }`;
310
310
 
311
311
  const base = `${
312
312
  window.location.hostname.includes("localhost") ||
313
313
  window.location.hostname.includes("staging")
314
- ? `559staging.learngual.${
314
+ ? `https://559staging.learngual.${
315
315
  window.location.hostname.includes(".ca") ? "ca" : "com"
316
316
  }`
317
- : `www.learngual.${
317
+ : `https://www.learngual.${
318
318
  window.location.hostname.includes(".ca") ? "ca" : "com"
319
319
  }`
320
320
  }`;