diff --git a/react/src/views/Home.tsx b/react/src/views/Home.tsx index 33ee15b..b9796ba 100644 --- a/react/src/views/Home.tsx +++ b/react/src/views/Home.tsx @@ -448,10 +448,11 @@ export default function Home() {
{hasQuote && ( - {`${amountIn} ${sourceTokenInfo.name} `} - - {` ${amountInUST} UST `} - {` ${amountOut} ${targetTokenInfo.name}`} + {`${amountIn} ${sourceTokenInfo.name}`} + + {`${amountInUST} UST `} + + {`${amountOut} ${targetTokenInfo.name}`} )} {isFirstSwapComplete &&