fix(misc): migrate link and gradient cut off
This commit is contained in:
parent
6ffbf756f8
commit
f279b2bea2
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user