Skip to content

Commit

Permalink
feat: use splash jpg
Browse files Browse the repository at this point in the history
  • Loading branch information
0xApotheosis committed Sep 25, 2024
1 parent 09dc620 commit f6c0fcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added src/assets/splash-sidebar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/pages/ConnectWallet/ConnectWallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import { knownChainIds } from 'constants/chains'
import { useCallback, useEffect, useMemo } from 'react'
import { useTranslate } from 'react-polyglot'
import { generatePath, matchPath, useHistory } from 'react-router-dom'
import SplashSidebar from 'assets/splash-sidebar.jpg'
import { AssetIcon } from 'components/AssetIcon'
import { MetaMaskIcon } from 'components/Icons/MetaMaskIcon'
import { LanguageSelector } from 'components/LanguageSelector'
Expand Down Expand Up @@ -245,7 +246,7 @@ export const ConnectWallet = () => {
zIndex={1}
width='full'
maxWidth='400px'
background='linear-gradient(135deg, #0052FF 0%, #0052FF 40%, #00D2FF 100%)'
bgImage={SplashSidebar}
backgroundSize='cover'
display={display}
>
Expand Down

0 comments on commit f6c0fcd

Please sign in to comment.