Skip to content

Commit

Permalink
fix: banner copy (#457)
Browse files Browse the repository at this point in the history
* add new explore banner

* fix banner
  • Loading branch information
ianlapham authored Mar 15, 2024
1 parent 0a2cec0 commit 8b3b85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function App() {
<AppWrapper>
<BannerWrapper>
<UrlBanner>
{`Explore the new combinved V2 and V2 analytics at `}
{`Explore the new combinved V2 and V3 analytics at `}
<Link color="white" external href={'https://app.uniswap.org/explore'}>
<Decorator>app.uniswap.org</Decorator>
</Link>{' '}
Expand Down

0 comments on commit 8b3b85c

Please sign in to comment.