jclib-ui 1.0.273 → 1.0.274
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/dist/jclib-ui.es.js
CHANGED
|
@@ -3981,7 +3981,7 @@ const LibProvider = ({ apiConfig, children, versionApp, useTheme }) => {
|
|
|
3981
3981
|
const MARCADOR2 = " 🟢 ";
|
|
3982
3982
|
const inServerTest = window.location.hostname.includes("test.") || window.location.hostname.includes("test-");
|
|
3983
3983
|
if (inServerTest && !document.title.includes(MARCADOR2)) {
|
|
3984
|
-
document.title = `${document.title}
|
|
3984
|
+
document.title = `${MARCADOR2}${document.title}`;
|
|
3985
3985
|
}
|
|
3986
3986
|
}, []);
|
|
3987
3987
|
useEffect(() => {
|