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