Skip to content

Commit

Permalink
remove placeholder block (#484)
Browse files Browse the repository at this point in the history
remove YT video placeholder block
  • Loading branch information
DhaaraniCIT authored Jan 30, 2024
1 parent 56d6b3d commit 6c73c6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<app-landing-page-header [logoWidth]="'65px'" [logoStyleClasses]="'tw-p-0'" [logoSectionStyleClasses]="''" [iconPath]="'assets/logos/BusinessCentral-logo.svg'" [appName]="'Dynamics 365 Business Central'" [appDescription]="'Import data from Dynamics 365 Business Central to ' + brandingConfig.brandName + ' and Export expenses from ' + brandingConfig.brandName + ' to Dynamics 365 Business Central. '" [isLoading]="false" [isIntegrationSetupInProgress]="businessCentralConnectionInProgress" [isIntegrationConnected]="isIntegrationConnected" [redirectLink]="redirectLink" [buttonText]="'Connect'" [postConnectionRoute]="'business_central/onboarding/connector'" (connectIntegration)="connectBusinessCentral()"></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.'" [svgPath]="'assets/flow-charts/ms-dynamics-flow-chart.svg'" [embedVideo]="''" [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.'" [svgPath]="'assets/flow-charts/ms-dynamics-flow-chart.svg'" [embedVideo]="embedVideoLink" [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 @@ -12,11 +12,6 @@
<div *ngIf="embedVideo" class="tw-flex tw-justify-center tw-pt-48-px">
<iframe class= "tw-rounded-8-px" width="720" height="420" [src]="embedVideoUrl" title="{{brandingConfig.brandName}} {{appName}} Integration" frameborder="0"></iframe>
</div>

<div *ngIf="!embedVideo" class="tw-flex tw-justify-center tw-pt-48-px">
<img src="assets/illustrations/youtube-player.png" alt="" srcset="">
</div>

<div class="tw-flex tw-justify-center tw-mt-80-px tw-mb-14">
<img src="{{svgPath}}" />
</div>
Expand Down

0 comments on commit 6c73c6e

Please sign in to comment.