Skip to content

Commit

Permalink
fix(Swap - Profile): Fix CTA surface area
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed Dec 16, 2018
1 parent df9ac92 commit eb55ecc
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ const GoBackLink = styled.div`
const IdentityVerification = () => {
return (
<Wrapper>
<GoBackLink>
<LinkContainer to='/swap'>
<LinkContainer to='/swap'>
<GoBackLink>
<Icon name='down-arrow-filled' color='brand-secondary' />
</LinkContainer>
</GoBackLink>
</GoBackLink>
</LinkContainer>
<Container>
<Row>
<Column>
Expand Down

0 comments on commit eb55ecc

Please sign in to comment.