Skip to content

Commit

Permalink
configuration footer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DhaaraniCIT committed Nov 27, 2024
1 parent ec1144a commit bb8470c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<span *ngIf="brandingConfig.brandId === 'fyle'">
{{ ctaText }}
</span>
<app-svg-icon *ngIf="brandingFeatureConfig.isIconsInsideButtonAllowed && AppName !== appName.QBD_DIRECT" [svgSource]="'arrow-tail-right-medium'" [width]="'18px'" [height]="'18px'" [styleClasses]="'tw-text-white tw-pl-10-px tw-pt-2-px tw-text-12-px'"></app-svg-icon>
<app-svg-icon *ngIf="brandingFeatureConfig.isIconsInsideButtonAllowed && ctaText !== 'Save' && AppName !== appName.QBD_DIRECT" [svgSource]="'arrow-tail-right-medium'" [width]="'18px'" [height]="'18px'" [styleClasses]="'tw-text-white tw-pl-10-px tw-pt-2-px tw-text-12-px'"></app-svg-icon>
</button>
<button *ngIf="ctaText === 'Saving' || ctaText === 'Syncing'" pButton type="button" class="p-button-raised" disabled>
{{ ctaText }}
Expand Down

0 comments on commit bb8470c

Please sign in to comment.