mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-21 18:23:34 +00:00
@ -62,6 +62,7 @@ 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