Merge pull request #1864 from umk0m1qk/main

add uzbek so'm currency option
This commit is contained in:
KoalaSat
2025-04-25 08:12:09 +00:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,7 @@ const FlagWithProps = ({ code, width = '1.428em', height = '1.428em' }: Props):
if (code === 'BDT') flag = <Flags.BD {...defaultProps} />;
if (code === 'ALL') flag = <Flags.AL {...defaultProps} />;
if (code === 'DZD') flag = <Flags.DZ {...defaultProps} />;
if (code === 'UZS') flag = <Flags.UZ {...defaultProps} />;
if (code === 'ANY') flag = <EarthIcon {...defaultProps} />;
if (code === 'XAU') flag = <GoldIcon {...defaultProps} />;
if (code === 'BTC') flag = <SwapCallsIcon color='primary' />;

View File

@ -76,6 +76,7 @@
"75": "BDT",
"76": "ALL",
"77": "DZD",
"78": "UZS",
"300": "XAU",
"1000": "BTC"
}