Skip to content

Commit

Permalink
Xero Video (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
anishfyle committed Jul 23, 2024
1 parent 8cfea34 commit 263d982
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<app-landing-page-header [showXeroButton]="true" [logoWidth]="'65px'" [logoStyleClasses]="'tw-p-0'" [logoSectionStyleClasses]="''" [iconPath]="'assets/logos/xero-logo.png'" [appName]="'Xero'" [appDescription]="brandingContent.contentText" [isLoading]="false" [isIntegrationSetupInProgress]="xeroConnectionInProgress" [isIntegrationConnected]="isIntegrationConnected" [redirectLink]="redirectLink" [buttonText]="'Connect'" [postConnectionRoute]="'xero/onboarding/connector'" (connectIntegration)="connectXero()"></app-landing-page-header>
</div>
<div>
<app-landing-page-body [headlineText]="brandingContent.guideHeaderText" [headerText]="'A quick guide to help you set up your Xero integration'" [svgPath]="'assets/flow-charts/' + brandingConfig.brandId +'-xero-data-flow.svg'" [appName]="appName" [embedImage]="brandingConfig.brandId==='co' ? 'assets/co/coXeroLanding.svg' : ''"></app-landing-page-body>
<app-landing-page-body [headlineText]="brandingContent.guideHeaderText" [headerText]="'A quick guide to help you set up your Xero integration'" [svgPath]="'assets/flow-charts/' + brandingConfig.brandId +'-xero-data-flow.svg'" [appName]="appName" [embedVideo]="embedVideoLink"></app-landing-page-body>
</div>
</div>

Expand Down

0 comments on commit 263d982

Please sign in to comment.