l-min-components 1.0.195 → 1.0.197

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.195",
3
+ "version": "1.0.197",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -51,7 +51,7 @@ const HeaderComponent = (props) => {
51
51
  <Navbar>
52
52
  <img src={logo} alt="Learngual logo" />
53
53
  <Nav>
54
- <li>
54
+ {/* <li>
55
55
  <a href="#" className="active">
56
56
  <BookIcon /> Learning
57
57
  </a>
@@ -65,17 +65,17 @@ const HeaderComponent = (props) => {
65
65
  <a href="#">
66
66
  <MessageIcon /> Messages
67
67
  </a>
68
- </li>
68
+ </li> */}
69
69
  <li>
70
70
  <a href="#">
71
71
  <SettingIcon /> Settings
72
72
  </a>
73
73
  </li>
74
- <li>
74
+ {/* <li>
75
75
  <a href="#">
76
76
  <NotificationIcon /> Notifications
77
77
  </a>
78
- </li>
78
+ </li> */}
79
79
  </Nav>
80
80
 
81
81
  <NavGroup>
@@ -103,7 +103,8 @@ const HeaderComponent = (props) => {
103
103
 
104
104
  <CountryFlagGroup>
105
105
  <ReactFlagsSelect
106
- selected={selected}
106
+ disabled
107
+ selected={"US"}
107
108
  onSelect={(code) => setSelected(code)}
108
109
  showOptionLabel={true}
109
110
  />
@@ -53,7 +53,8 @@ const HeaderComponentTwo = (props) => {
53
53
  <NavGroup2>
54
54
  <CountryFlagGroup2>
55
55
  <ReactFlagsSelect
56
- selected={selected}
56
+ disabled
57
+ selected={"US"}
57
58
  onSelect={(code) => setSelected(code)}
58
59
  showOptionLabel={true}
59
60
  />
@@ -73,7 +73,7 @@ export const sideMenuOptions = [
73
73
  {
74
74
  path: "/",
75
75
  icon: <FaCode />,
76
- text: "Api",
76
+ text: "API",
77
77
  // notifications: 2,
78
78
  },
79
79
  {