Skip to content

Commit

Permalink
Merge pull request #422 from WalletConnect/refactor/remove-launch-banner
Browse files Browse the repository at this point in the history
refactor: remove soundwaves banner
  • Loading branch information
enesozturk authored Jan 26, 2024
2 parents a8f74c5 + 3e5a037 commit 4bdad6e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 87 deletions.
40 changes: 0 additions & 40 deletions src/components/general/LaunchBanner/LaunchBanner.scss

This file was deleted.

43 changes: 0 additions & 43 deletions src/components/general/LaunchBanner/index.tsx

This file was deleted.

3 changes: 1 addition & 2 deletions src/constants/localStorage.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export const localStorageKeys = {
notificationModalClosed: 'w3i:notification_modal_closed',
launchBannerClosed: 'w3i:launch_banner_closed'
notificationModalClosed: 'w3i:notification_modal_closed'
}
2 changes: 0 additions & 2 deletions src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { BrowserRouter } from 'react-router-dom'
import { WagmiConfig } from 'wagmi'
import { arbitrum, avalanche, bsc, mainnet, polygon } from 'wagmi/chains'

import LaunchBanner from '@/components/general/LaunchBanner'
import { PRIVACY_POLICY_URL, TERMS_OF_SERVICE_URL } from '@/constants/web3Modal'
import SettingsContextProvider from '@/contexts/SettingsContext'
import W3iContextProvider from '@/contexts/W3iContext'
Expand Down Expand Up @@ -50,7 +49,6 @@ ReactDOM.createRoot(document.getElementById('root')!).render(
<SettingsContextProvider>
<BrowserRouter>
<W3iContextProvider>
<LaunchBanner />
<ConfiguredRoutes />
<Modals />
</W3iContextProvider>
Expand Down

1 comment on commit 4bdad6e

@vercel
Copy link

@vercel vercel bot commented on 4bdad6e Jan 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.