Commit f279b2be authored by Moody Salem's avatar Moody Salem

fix(misc): migrate link and gradient cut off

parent 6ffbf756
......@@ -49,7 +49,7 @@ const BodyWrapper = styled.div`
const BackgroundGradient = styled.div`
width: 100%;
height: 100vh;
height: 170vh;
background: ${({ theme }) => `radial-gradient(50% 50% at 50% 50%, ${theme.primary1} 0%, ${theme.bg1} 100%)`};
position: absolute;
top: 0px;
......
......@@ -8,7 +8,7 @@ import SearchModal from '../../components/SearchModal'
import PositionCard from '../../components/PositionCard'
import { useUserProbablyHasV1Liquidity } from '../../data/V1'
import { useTokenBalances } from '../../state/wallet/hooks'
import { LinkStyledButton, StyledInternalLink, TYPE } from '../../theme'
import { ExternalLink, StyledInternalLink, TYPE } from '../../theme'
import { Text } from 'rebass'
import { LightCard } from '../../components/Card'
import { RowBetween } from '../../components/Row'
......@@ -103,7 +103,9 @@ export default function Pool({ history }: RouteComponentProps) {
</StyledInternalLink>
</>
) : (
<LinkStyledButton id="migrate-v1-liquidity-link">Migrate your V1 liquidity.</LinkStyledButton>
<ExternalLink href="https://migrate.uniswap.exchange" id="migrate-v1-liquidity-link">
Migrate your V1 liquidity.
</ExternalLink>
)}
</Text>
</AutoColumn>
......
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