Skip to content

Commit

Permalink
Improved: Removed the ion-back-menu button from the Facilities page (#37
Browse files Browse the repository at this point in the history
)
  • Loading branch information
R-Sourabh committed Mar 5, 2025
1 parent 65cef30 commit 95fdee3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/views/Facilities.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
<ion-page>
<ion-header :translucent="true">
<ion-toolbar>
<ion-back-button slot="start" default-href="/netsuite" />
<ion-menu-button slot="start" />
<ion-back-button slot="start" default-href="/netsuite" />
<ion-title>{{ translate("Facilities") }}</ion-title>
</ion-toolbar>
</ion-header>
Expand Down Expand Up @@ -51,7 +50,7 @@
</template>
<script setup lang="ts">
import { translate } from "@/i18n"
import { IonBackButton, IonButton, IonChip, IonContent, IonHeader, IonIcon, IonItem, IonLabel, IonPage, IonMenuButton, IonTitle, IonToolbar } from "@ionic/vue";
import { IonBackButton, IonButton, IonChip, IonContent, IonHeader, IonIcon, IonItem, IonLabel, IonPage, IonTitle, IonToolbar } from "@ionic/vue";
import { closeCircleOutline, ellipsisVerticalOutline, shieldCheckmarkOutline, storefrontOutline } from 'ionicons/icons'
</script>
Expand Down

0 comments on commit 95fdee3

Please sign in to comment.