l-min-components 1.0.1079 → 1.0.1080

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.0.1079",
3
+ "version": "1.0.1080",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -300,8 +300,8 @@ const HeaderComponent = (props) => {
300
300
  const path = window.location.pathname;
301
301
  if (path.includes("fun")) return "Fun";
302
302
  if (path.includes("community")) return "Community";
303
- if (path.includes("duet")) return "Duet";
304
- if (path.includes("speech")) return "Speech";
303
+ if (path.includes("explore")) return "Explore";
304
+ if (path.includes("connect")) return "Connect";
305
305
  if (path.includes("dictionary")) return "Dictionary";
306
306
  return props.findText("Learning");
307
307
  };
@@ -52,32 +52,32 @@ export const user = {
52
52
 
53
53
  export const leftNavMenu = [
54
54
  {
55
- path: "/developer",
55
+ path: "https://www.learngual.com/developer",
56
56
  label: "Learning",
57
57
  icon: <Learning />,
58
58
  },
59
59
  {
60
- path: "/community",
60
+ path: "https://comingsoon.learngual.com/community",
61
61
  label: "Community",
62
62
  icon: <CommunityIcon />,
63
63
  },
64
64
  {
65
- path: "/fun",
65
+ path: "https://comingsoon.learngual.com/fun",
66
66
  label: "Fun",
67
67
  icon: <FunIcon />,
68
68
  },
69
69
  {
70
- path: "/duet",
71
- label: "Duet",
70
+ path: "https://comingsoon.learngual.com/explore",
71
+ label: "Explore",
72
72
  icon: <DuetIcon />,
73
73
  },
74
74
  {
75
- path: "/speech",
76
- label: "Speech",
75
+ path: "https://comingsoon.learngual.com/connect",
76
+ label: "Connect",
77
77
  icon: <SpeechIcon />,
78
78
  },
79
79
  {
80
- path: "/dictionary",
80
+ path: "https://comingsoon.learngual.com/dictionary",
81
81
  label: "Dictionary",
82
82
  icon: <DictionaryIcon />,
83
83
  },