Merge pull request #81 from tradewind886/patch-2

Update getFlags.js
This commit is contained in:
Reckless_Satoshi 2022-03-26 16:19:30 +00:00 committed by GitHub
commit 83df98613d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,8 @@ export default function getFlags(code){
if(code == 'TTD') return '🇹🇹';
if(code == 'VND') return '🇻🇳';
if(code == 'XOF') return '🇸🇳';
if(code == 'TWD') return '🇹🇼';
if(code == 'XAU') return '🟨';
if(code == 'BTC') return <SwapCallsIcon color="primary"/>;
return '🏳';
};
};