l-min-components 1.0.924 → 1.0.926

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.924",
3
+ "version": "1.0.926",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -148,7 +148,7 @@ const AppMainLayout = () => {
148
148
  const planState = userPlanData?.data?.state;
149
149
 
150
150
  const wordBank = [
151
- "Sign Out",
151
+ "Sign out",
152
152
  "Learning",
153
153
  "Community",
154
154
  "Fun",
@@ -93,7 +93,7 @@ const SideBar = ({ routes, findText }) => {
93
93
  }}
94
94
  >
95
95
  <LogoutIcon className="logout" />
96
- <p>{findText("Sign Out")}</p>
96
+ <p>{findText("Sign out")}</p>
97
97
  </IconContainer>
98
98
  </NavWrapper>
99
99
  );