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
|
@@ -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
|
-
|
|
106
|
+
disabled
|
|
107
|
+
selected={"US"}
|
|
107
108
|
onSelect={(code) => setSelected(code)}
|
|
108
109
|
showOptionLabel={true}
|
|
109
110
|
/>
|