Add Tunisian Dinars (TND) (#171)

* add Tunisian flag for Tunisian dinar

* add Tunisian Dinars (TND)
This commit is contained in:
Skander Helali 2022-06-29 14:18:03 +03:00 committed by GitHub
parent 4429b5086c
commit 8b6a75ad80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -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"/>;

View File

@ -67,6 +67,7 @@
"66":"LKR",
"67":"MAD",
"68":"AED",
"69":"TND",
"300":"XAU",
"1000":"BTC"
}