Commit b3368685 authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

fix: link footer to uniswap.org (#3283)

parent 75ecc581
...@@ -27,7 +27,7 @@ const UniswapA = styled(ExternalLink)` ...@@ -27,7 +27,7 @@ const UniswapA = styled(ExternalLink)`
export default function BrandedFooter() { export default function BrandedFooter() {
return ( return (
<Row justify="center"> <Row justify="center">
<UniswapA href={`https://app.uniswap.org/`}> <UniswapA href={`https://uniswap.org/`}>
<Row gap={0.25}> <Row gap={0.25}>
<Logo /> <Logo />
<ThemedText.Caption> <ThemedText.Caption>
......
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