Skip to content

Commit

Permalink
remove gasless banner
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler17 committed May 16, 2024
1 parent 6549b1e commit e6410e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 64 deletions.
62 changes: 0 additions & 62 deletions modules/polling/components/GaslessBanner.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import Banner from 'modules/app/components/layout/header/Banner';
import bannerContent from 'modules/home/data/bannerContent.json';
import { MigrationBanner } from 'modules/migration/components/MigrationBanner';
import { Web3Provider } from 'modules/web3/components/Web3Provider';
import GaslessBanner from 'modules/polling/components/GaslessBanner';
import React, { useMemo } from 'react';
import { Analytics } from '@vercel/analytics/react';

Expand All @@ -46,7 +45,6 @@ const App = ({ Component, pageProps }: AppProps): React.ReactElement => {
<React.Fragment>
{activeBannerContent && <Banner content={activeBannerContent.content} />}
<MigrationBanner />
<GaslessBanner />
</React.Fragment>
);
}, []);
Expand Down

0 comments on commit e6410e8

Please sign in to comment.