diff --git a/src/components/tool/currency.tsx b/src/components/tool/currency.tsx index b447d6f..306d0e0 100644 --- a/src/components/tool/currency.tsx +++ b/src/components/tool/currency.tsx @@ -350,13 +350,12 @@ const Tool: FC = () => { }} > - - {currency.symbol} {currency.code} - {currency.name} - + {currency.symbol} + {currency.code} ); })} @@ -420,7 +419,10 @@ const Tool: FC = () => { - {currency.symbol} {currency.code} - {currency.name} + + {currency.symbol} {currency.code} + {currency.name} +