Skip to content

Commit

Permalink
fix: changing content corporate cards to my cards and manage cards
Browse files Browse the repository at this point in the history
  • Loading branch information
Snehasish authored and Snehasish committed Dec 12, 2024
1 parent ab82235 commit 87d2e82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<mat-icon>keyboard_backspace</mat-icon>
</ion-button>
</ion-buttons>
<ion-title class="manage-corporate-cards__toolbar-title" mode="md">Manage Corporate Cards</ion-title>
<ion-title class="manage-corporate-cards__toolbar-title" mode="md">Manage cards</ion-title>
</ion-toolbar>
</ion-header>

Expand Down
4 changes: 2 additions & 2 deletions src/app/fyle/my-profile/my-profile.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@
</div>

<ng-container *ngIf="isCCCEnabled && (isVisaRTFEnabled || isMastercardRTFEnabled || isVirtualCardsEnabled)">
<div class="my-profile__section-header">Corporate Cards</div>
<div class="my-profile__section-header">My cards</div>
<div class="my-profile__card" [routerLink]="[ '/', 'enterprise', 'manage_corporate_cards' ]" matRipple>
<div class="my-profile__card__title">Manage Corporate Cards</div>
<div class="my-profile__card__title">Manage Cards</div>
<ion-icon
class="my-profile__navigate-icon"
src="../../../assets/svg/arrow-right.svg"
Expand Down

0 comments on commit 87d2e82

Please sign in to comment.