mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-19 09:13:28 +00:00
@ -62,7 +62,8 @@ export default function getFlags(code){
|
|||||||
if(code == 'TTD') return '🇹🇹';
|
if(code == 'TTD') return '🇹🇹';
|
||||||
if(code == 'VND') return '🇻🇳';
|
if(code == 'VND') return '🇻🇳';
|
||||||
if(code == 'XOF') return '🇸🇳';
|
if(code == 'XOF') return '🇸🇳';
|
||||||
|
if(code == 'TWD') return '🇹🇼';
|
||||||
if(code == 'XAU') return '🟨';
|
if(code == 'XAU') return '🟨';
|
||||||
if(code == 'BTC') return <SwapCallsIcon color="primary"/>;
|
if(code == 'BTC') return <SwapCallsIcon color="primary"/>;
|
||||||
return '🏳';
|
return '🏳';
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user