Skip to content

Commit

Permalink
remove BackgroundImage
Browse files Browse the repository at this point in the history
  • Loading branch information
artursapek committed Mar 14, 2024
1 parent 32bd294 commit e5c8666
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 128 deletions.
5 changes: 1 addition & 4 deletions wormhole-connect/src/WormholeConnect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import './App.css';
import { store } from './store';
import AppRouter from './AppRouter';
import { getDesignTokens, dark } from './theme';
import BackgroundImage from './components/Background/BackgroundImage';
import ErrorBoundary from './components/ErrorBoundary';
import { WormholeConnectConfig } from './config/types';
import { CustomTheme } from 'theme';
Expand All @@ -33,9 +32,7 @@ export default function WormholeConnect({
<ThemeProvider theme={muiTheme}>
<ScopedCssBaseline enableColorScheme>
<ErrorBoundary>
<BackgroundImage>
<AppRouter config={config} />
</BackgroundImage>
<AppRouter config={config} />
</ErrorBoundary>
</ScopedCssBaseline>
</ThemeProvider>
Expand Down
124 changes: 0 additions & 124 deletions wormhole-connect/src/components/Background/BackgroundImage.tsx

This file was deleted.

0 comments on commit e5c8666

Please sign in to comment.