Skip to content

Commit

Permalink
chore: change to percent
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielhere committed Jul 18, 2024
1 parent 60065e8 commit c6f7923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OrderForm/BuyForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ const topperPlusFeeF = computed(() => {
});
const topperIncludesFeeText = computed(() => {
return `Includes 4.65$ fee. First transaction is free.`;
return `Includes 4.65% fee. First transaction is free.`;
});
const topperCryptoAmount = computed(() => {
Expand Down

0 comments on commit c6f7923

Please sign in to comment.