Skip to content

Commit

Permalink
c1: update data flow chart (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin1111 authored Feb 2, 2024
1 parent 942e29f commit 3f3ee8c
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<app-landing-page-header [showQBOButton]="true" [iconPath]="'assets/logos/qbo.svg'" [appName]="'QuickBooks Online'" [appDescription]="'Import data from QuickBooks Online to ' + brandingConfig.brandName + ' and Export expenses from ' + brandingConfig.brandName + ' to QuickBooks Online. '" [isLoading]="false" [isIntegrationSetupInProgress]="false" [isIntegrationConnected]="false" [redirectLink]="redirectLink" (connectIntegration)="connectQbo()"></app-landing-page-header>
</div>
<div>
<app-landing-page-body [headlineText]="'Guide to setup your Integrations'" [headerText]="'A quick guide to help you set up the integration quick and easy.'" [embedVideo]="embedVideoLink" [svgPath]="'assets/flow-charts/fyle-qbo-data-flow.svg'" [appName]="appName"></app-landing-page-body>
<app-landing-page-body [headlineText]="'Guide to setup your Integrations'" [headerText]="'A quick guide to help you set up the integration quick and easy.'" [embedVideo]="embedVideoLink" [svgPath]="'assets/flow-charts/' + brandingConfig.brandId +'-qbo-data-flow.svg'" [appName]="appName"></app-landing-page-body>
</div>
</div>
<app-configuration-confirmation-dialog *ngIf="isIncorrectQBOConnectedDialogVisible"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
<div class="tw-flex tw-justify-center tw-mt-80-px tw-mb-14">
<img src="{{svgPath}}" />
</div>
</div>
</div>
33 changes: 33 additions & 0 deletions src/assets/flow-charts/co-qbo-data-flow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3f3ee8c

Please sign in to comment.