Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update banner copy about deprecation #459

Merged
merged 1 commit into from
Jun 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

const BLOCK_DIFFERENCE_THRESHOLD = 30

function App() {

Check warning on line 114 in src/App.js

View workflow job for this annotation

GitHub Actions / ESLint

src/App.js#L114

Missing return type on function (@typescript-eslint/explicit-module-boundary-types)
const [savedOpen, setSavedOpen] = useState(false)

const globalData = useGlobalData()
Expand All @@ -126,7 +126,7 @@
<AppWrapper>
<BannerWrapper>
<UrlBanner>
{`Explore the new combinved V2 and V3 analytics at `}
{`info.uniswap.org is being deprecated on June 11th. Explore the new combined V2 and V3 analytics at `}
<Link color="white" external href={'https://app.uniswap.org/explore'}>
<Decorator>app.uniswap.org</Decorator>
</Link>{' '}
Expand Down
Loading