Skip to content

Commit 998ae84

Browse files
authored
Merge pull request #239 from mayuran-deriv/mayuran/xrp-icon
fix: xrp icon change
2 parents 3fda59a + 3df8a5f commit 998ae84

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/utils/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const CURRENCY_MAP = new Map([
2727
['EUR', { icon: 'euro', name: 'Euro' }],
2828
['GBP', { icon: 'gbp', name: 'British Pound' }],
2929
['AUD', { icon: 'aud', name: 'Australian Dollar' }],
30+
['XRP', { icon: 'xrp', name: 'Ripple' }],
3031
]);
3132

3233
export const domains = [

static/img/xrp.svg

Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)