chore: set final privacy learn more link' (#2684)

* add learn more button

* add final link
This commit is contained in:
Justin Domingue 2021-10-25 11:57:23 -04:00 committed by GitHub
parent 8eb864426f
commit 3bf36eade4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
import { Trans } from '@lingui/macro'
import Card, { DarkGreyCard } from 'components/Card'
import { AutoRow, RowBetween } from 'components/Row'
import Row, { AutoRow, RowBetween } from 'components/Row'
import { useEffect, useRef } from 'react'
import { ArrowDown, Info, X } from 'react-feather'
import ReactGA from 'react-ga'
@ -161,7 +161,11 @@ export function PrivacyPolicy() {
</AutoColumn>
</DarkGreyCard>
))}
<div />
<Row justify="center" marginBottom="1rem">
<ExternalLink href="https://help.uniswap.org/en/articles/5675203-terms-of-service-faq">
<Trans>Learn more</Trans>
</ExternalLink>
</Row>
</AutoColumn>
</AutoColumn>
</Wrapper>