Skip to content

Commit

Permalink
[Implemented]: Change Icon for 'Create Brokering Run' Button (hotwax#266
Browse files Browse the repository at this point in the history
)

Changed the arrow icon (->) for the 'Create Brokering Run' button in the Order Routing app's Brokering Run page to a '+' icon.
  • Loading branch information
coolnj4 committed Oct 20, 2024
1 parent 42be0fc commit 5467b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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="addOutline" />
<ion-icon :icon="arrowForwardOutline" />
</ion-button>
</ion-buttons>
</ion-toolbar>
Expand Down

0 comments on commit 5467b96

Please sign in to comment.