Skip to content

Commit

Permalink
fix: remove animation (#6796)
Browse files Browse the repository at this point in the history
remove animation
  • Loading branch information
reallybeard authored May 2, 2024
1 parent 53e8310 commit 5b4b8a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 213 deletions.
211 changes: 0 additions & 211 deletions src/components/AuroraBackground.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions src/pages/ConnectWallet/ConnectWallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import { useTranslate } from 'react-polyglot'
import { generatePath, matchPath, useHistory } from 'react-router-dom'
import NightSky from 'assets/nightsky.jpg'
import { AssetIcon } from 'components/AssetIcon'
import { AuroraBackground } from 'components/AuroraBackground'
import { FoxIcon } from 'components/Icons/FoxIcon'
import { MetaMaskIcon } from 'components/Icons/MetaMaskIcon'
import { LanguageSelector } from 'components/LanguageSelector'
Expand Down Expand Up @@ -318,7 +317,6 @@ export const ConnectWallet = () => {
</Stack>
</Center>
</Flex>
<AuroraBackground />
</Flex>
</Page>
)
Expand Down

0 comments on commit 5b4b8a3

Please sign in to comment.