mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 10:56:24 +00:00
Add Tunisian Dinars (TND) (#171)
* add Tunisian flag for Tunisian dinar * add Tunisian Dinars (TND)
This commit is contained in:
parent
4429b5086c
commit
8b6a75ad80
@ -83,6 +83,7 @@ const FlagWithProps = ({ code }: Props): JSX.Element => {
|
||||
if(code === 'TZS') flag = <Flags.TZ {...defaultProps}/>;
|
||||
if(code === 'XAF') flag = <Flags.CM {...defaultProps}/>;
|
||||
if(code === 'UAH') flag = <Flags.UA {...defaultProps}/>;
|
||||
if(code === 'TND') flag = <Flags.TN {...defaultProps}/>;
|
||||
if(code === 'ANY') flag = <EarthIcon {...defaultProps}/>;
|
||||
if(code === 'XAU') flag = <GoldIcon {...defaultProps}/>;
|
||||
if(code === 'BTC') flag = <SwapCallsIcon color="primary"/>;
|
||||
|
@ -59,7 +59,7 @@
|
||||
"58":"TTD",
|
||||
"59":"VND",
|
||||
"60":"XOF",
|
||||
"61":"TWD",
|
||||
"61":"TWD",
|
||||
"62":"TZS",
|
||||
"63":"XAF",
|
||||
"64":"UAH",
|
||||
@ -67,6 +67,7 @@
|
||||
"66":"LKR",
|
||||
"67":"MAD",
|
||||
"68":"AED",
|
||||
"69":"TND",
|
||||
"300":"XAU",
|
||||
"1000":"BTC"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user