diff --git a/src/app/integrations/landing/landing.component.html b/src/app/integrations/landing/landing.component.html index 948101dec..8a3454eda 100644 --- a/src/app/integrations/landing/landing.component.html +++ b/src/app/integrations/landing/landing.component.html @@ -32,66 +32,61 @@ Integrate your Expense Management account with the following accounting software.

-
+
-
- - +
+ + NetSuite
- -
- - - QuickBooks Desktop - -
- -
- - - QuickBooks Desktop - - -
-
-
- - - Sage Intacct - -
-
- - - Sage 300 CRE - - -
+
+ + + Sage Intacct +
-
-
- - - QuickBooks Online - -
-
- - - Dynamics 365 Business Central - - -
+
+ + + QuickBooks Online +
-
+
Xero
+
+ + + QuickBooks Desktop (IIF) + +
+ +
+ + + QuickBooks Desktop (Web Connector) + + +
+
+ + + Sage 300 CRE + + +
+
+ + + Dynamics 365 Business Central + + +
diff --git a/src/app/integrations/landing/landing.component.ts b/src/app/integrations/landing/landing.component.ts index c87142229..13ce762e4 100644 --- a/src/app/integrations/landing/landing.component.ts +++ b/src/app/integrations/landing/landing.component.ts @@ -72,7 +72,7 @@ export class LandingComponent implements OnInit { readonly brandingConfig = brandingConfig; - readonly isINCluster = this.storageService.get('cluster-domain').includes('in1'); + readonly isINCluster = this.storageService.get('cluster-domain')?.includes('in1'); readonly exposeApps = !this.isINCluster ? exposeAppConfig[brandingConfig.brandId][brandingConfig.envId] : exposeAppConfig[brandingConfig.brandId]['production-1-in'];