update redirect link
This commit is contained in:
parent
cf90f97f01
commit
54583185f0
|
|
@ -139,7 +139,7 @@ export default class extends Controller {
|
||||||
}
|
}
|
||||||
|
|
||||||
const html = apps.map(app => {
|
const html = apps.map(app => {
|
||||||
const url = `https://${app.subDomain}.solutions-easy.moi`;
|
const url = `https://${app.subDomain}.solutions-easy.com`;
|
||||||
|
|
||||||
// Check for logo string vs object
|
// Check for logo string vs object
|
||||||
const logoSrc = (typeof app.logoMiniUrl === 'string') ? app.logoMiniUrl : '';
|
const logoSrc = (typeof app.logoMiniUrl === 'string') ? app.logoMiniUrl : '';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue