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)`
export default function BrandedFooter() {
return (
<Row justify="center">
<UniswapA href={`https://app.uniswap.org/`}>
<UniswapA href={`https://uniswap.org/`}>
<Row gap={0.25}>
<Logo />
<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