Skip to content

Commit

Permalink
chore: remove geo-blocking banner (cowprotocol#3967)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 authored Mar 4, 2024
1 parent 326e4c4 commit 992b518
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 58 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { CHRISTMAS_THEME_ENABLED } from '@cowprotocol/common-const'
import { isInjectedWidget } from '@cowprotocol/common-utils'
import { OnlyUniswapListAvailableBanner } from '@cowprotocol/tokens'

import ErrorBoundary from 'legacy/components/ErrorBoundary'
import Footer from 'legacy/components/Footer'
Expand Down Expand Up @@ -32,7 +31,6 @@ export function App() {

<styledEl.AppWrapper>
<URLWarning />
<OnlyUniswapListAvailableBanner />

<OrdersPanel />

Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion libs/tokens/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Containers
import { userAddedTokenListsAtomv2Migration } from './migrations/userAddedTokenListsAtomv2Migration'
export { OnlyUniswapListAvailableBanner } from './containers/OnlyUniswapListAvailableBanner'

// Run migrations first of all
// TODO: remove it after 01.04.2024
Expand Down

0 comments on commit 992b518

Please sign in to comment.