update redirect link

This commit is contained in:
Charles 2026-02-25 16:12:45 +01:00
parent cf90f97f01
commit 54583185f0
1 changed files with 1 additions and 1 deletions

View File

@ -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 : '';