Skip to content

Commit

Permalink
chore: cash to code e voucher logo changed (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakksham7 authored Jan 6, 2025
1 parent c898156 commit 5130c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Payments/PaymentMethodsRecord.res
Original file line number Diff line number Diff line change
Expand Up @@ -515,10 +515,10 @@ let paymentMethodsFields = [
},
{
paymentMethodName: "evoucher",
icon: Some(icon("cashtocode", ~size=50)),
icon: Some(icon("cash_voucher", ~size=19, ~width=50)),
displayName: "E-Voucher",
fields: [InfoElement],
miniIcon: Some(icon("cashtocode", ~size=19)),
miniIcon: Some(icon("cash_voucher", ~size=19)),
},
{
paymentMethodName: "pix_transfer",
Expand Down

0 comments on commit 5130c8e

Please sign in to comment.