mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 19:06:26 +00:00
Add bd taka to available currencies (#659)
* add bd to worldflags * added bdt to currencies.json
This commit is contained in:
parent
054e836521
commit
8b7ab0e124
@ -88,6 +88,7 @@ const FlagWithProps = ({ code, width = '1.428em', height = '1.428em' }: Props):
|
||||
if (code === 'UGX') flag = <Flags.UG {...defaultProps} />;
|
||||
if (code === 'RSD') flag = <Flags.RS {...defaultProps} />;
|
||||
if (code === 'IRT') flag = <Flags.IR {...defaultProps} />;
|
||||
if (code === 'BDT') flag = <Flags.BD {...defaultProps} />;
|
||||
if (code === 'ANY') flag = <EarthIcon {...defaultProps} />;
|
||||
if (code === 'XAU') flag = <GoldIcon {...defaultProps} />;
|
||||
if (code === 'BTC') flag = <SwapCallsIcon color='primary' />;
|
||||
|
@ -73,6 +73,7 @@
|
||||
"72": "UGX",
|
||||
"73": "RSD",
|
||||
"74": "IRT",
|
||||
"75": "BDT",
|
||||
"300": "XAU",
|
||||
"1000": "BTC"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user