diff --git a/web/src/app/SwapButton.tsx b/web/src/app/SwapButton.tsx index da4f54ea..e91f3693 100644 --- a/web/src/app/SwapButton.tsx +++ b/web/src/app/SwapButton.tsx @@ -22,6 +22,6 @@ export const SwapButton = ({ onClick }: { onClick?: () => void }) => ( className="z-10 flex size-[40px] cursor-pointer items-center justify-center bg-white" onClick={onClick} > - + ); diff --git a/web/src/components/SwapForm.tsx b/web/src/components/SwapForm.tsx index b43a5c2d..c5a060b8 100644 --- a/web/src/components/SwapForm.tsx +++ b/web/src/components/SwapForm.tsx @@ -487,7 +487,7 @@ export const SwapForm = () => { } onClick={flipTokens} > - +