Skip to content

Commit

Permalink
Merge pull request #275 from coolnj4/main
Browse files Browse the repository at this point in the history
[Implemented]: Change Icon for 'Create Brokering Run' Button (#266)
  • Loading branch information
ymaheshwari1 authored Oct 22, 2024
2 parents 42be0fc + c7c9ba9 commit 89c281a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/BrokeringRuns.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<img src="../assets/images/BrokeringRunsEmptyState.png" />
<ion-button @click="addNewRun">
{{ translate("Create brokering run") }}
<ion-icon slot="end" :icon="arrowForwardOutline"></ion-icon>
<ion-icon slot="end" :icon="addOutline"></ion-icon>
</ion-button>
</div>
</main>
Expand All @@ -91,7 +91,7 @@ import { translate } from "@/i18n";
import { Group } from "@/types";
import { getDateAndTime, showToast } from "@/utils";
import { IonBadge, IonButton, IonButtons, IonCard, IonContent, IonHeader, IonIcon, IonItem, IonLabel, IonList, IonListHeader, IonPage, IonRadioGroup, IonRadio, IonSpinner, IonTitle, IonToolbar, alertController, onIonViewWillEnter, popoverController } from "@ionic/vue";
import { addOutline, arrowForwardOutline, ellipsisVerticalOutline } from "ionicons/icons"
import { addOutline, ellipsisVerticalOutline } from "ionicons/icons"
import { DateTime } from "luxon";
import { computed, ref } from "vue";
import { useRouter } from "vue-router";
Expand Down

0 comments on commit 89c281a

Please sign in to comment.