Commit 04c25685 authored by Henry Zhu's avatar Henry Zhu Committed by GitHub

fix: add space to backToV3 swap button (#1769)

parent be1e184d
...@@ -459,7 +459,7 @@ export default function Swap({ history }: RouteComponentProps) { ...@@ -459,7 +459,7 @@ export default function Swap({ history }: RouteComponentProps) {
<ArrowLeft color={theme.text3} size={12} /> &nbsp; <ArrowLeft color={theme.text3} size={12} /> &nbsp;
<TYPE.main style={{ lineHeight: '120%' }} fontSize={12}> <TYPE.main style={{ lineHeight: '120%' }} fontSize={12}>
<Trans> <Trans>
<HideSmall>Back to</HideSmall> <HideSmall>Back to </HideSmall>
V3 V3
</Trans> </Trans>
</TYPE.main> </TYPE.main>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment