Skip to content

Commit

Permalink
[Fixed]: Corrected icon for 'Create Brokering Run' button to use addO…
Browse files Browse the repository at this point in the history
…utline instead of arrowForwardOutline (hotwax#266)

Reverted the incorrect icon change and updated the 'Create Brokering Run' button to use the correct 'addOutline' icon as per the issue requirements.
  • Loading branch information
coolnj4 committed Oct 22, 2024
1 parent 5467b96 commit 43bc35e
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 @@ -7,7 +7,7 @@
<ion-buttons slot="end" v-if="brokeringGroups.length">
<ion-button color="primary" @click="addNewRun">
{{ translate("New Run") }}
<ion-icon :icon="arrowForwardOutline" />
<ion-icon :icon="addOutline" />
</ion-button>
</ion-buttons>
</ion-toolbar>
Expand Down 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 Down

0 comments on commit 43bc35e

Please sign in to comment.