Skip to content

Commit c26de54

Browse files
authored
feat: Removing the Beta batch for QBD direct app(#1169)
1 parent 2fe9a46 commit c26de54

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/app/integrations/landing-v2/landing-v2.component.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ <h3 class="landing-v2--section-heading">
151151
QuickBooks Desktop (Web Connector)
152152
<div class="landing-v2--accounting-app-type">Accounting</div>
153153
</div>
154-
<app-badge [theme]="ThemeOption.DARK" text="Beta"></app-badge>
155154
</span>
156155
</div>
157156
<div *ngIf="isAppShown('SAGE300')" class="landing-v2--accounting-app"

src/app/integrations/landing/landing.component.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
<img src="assets/logos/quickbooks-logo.png" width="120px" height="60px" />
7171
<span class="landing--accounting-app-name tw-gap-2 tw-px-4 tw-flex tw-items-center">
7272
QuickBooks Desktop (Web Connector)
73-
<app-badge [theme]="ThemeOption.DARK" text="Beta"></app-badge>
7473
</span>
7574
</div>
7675
<div *ngIf="exposeApps.SAGE300" class="landing--accounting-app tw-mt-20-px" [ngClass]="{'tw-shadow-app-card': brandingConfig.brandId === 'fyle', 'tw-shadow-shadow-level-1': brandingConfig.brandId === 'co'}" (click)="openInAppIntegration(InAppIntegration.SAGE300)">

0 commit comments

Comments
 (0)