Commit 3bf36ead authored by Justin Domingue's avatar Justin Domingue Committed by GitHub

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

* add learn more button

* add final link
parent 8eb86442
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>
......
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