l-min-components 1.0.638 → 1.0.641

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.638",
3
+ "version": "1.0.641",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -123,12 +123,12 @@ const AccountDropdown = (props) => {
123
123
  window.location.port &&
124
124
  window.location.host.includes("developer")
125
125
  ) {
126
- window.location.href = `${window.location.protocol}//${window.location.hostname}:${window.location.port}/`;
126
+ window.location.href = `${window.location.protocol}//${window.location.hostname}:${window.location.port}/developer`;
127
127
  } else if (
128
128
  !window.location.port &&
129
129
  window.location.host.includes("developer")
130
130
  ) {
131
- window.location.href = `${window.location.protocol}//${window.location.hostname}/`;
131
+ window.location.href = `${window.location.protocol}//${window.location.hostname}/developer`;
132
132
  }
133
133
  }}
134
134
  key={idx}