Skip to content

Commit

Permalink
DEVOPS-1365: Switch IgniteDAO with TorchWallet (#657)
Browse files Browse the repository at this point in the history
* DEVOPS-1365: Switch IgniteDAO with TorchWallet
  • Loading branch information
mauromedda authored Apr 17, 2024
1 parent 8287bb5 commit 0c295c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions products/zillion/src/components/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import ZillionLightLogo from '../static/light/zillion.svg';
import LandingStatsTable from './landing-stats-table';

import AvelyLogo from '../static/avely.svg';
import IgniteLogo from '../static/ignite_dao.png';
import TorchWalletLogo from '../static/torch_wallet.png';
import PlunderswapLogo from '../static/plunderswap_dao.png';

import useDarkMode from '../util/use-dark-mode';
Expand Down Expand Up @@ -239,10 +239,10 @@ function Home(props: any) {
</div>
<div
className='btn-logos d-flex justify-content-center align-items-center mx-2 mt-3 mt-sm-0'
onClick={() => window.location.href = 'https://instantunstaking.ignitedao.io/'}
onClick={() => window.location.href = 'https://instantunstaking.torchwallet.io/'}
>
<img className='mr-1 cover-img' src={IgniteLogo} width={26} height={26}></img>
<span className='ml-1'>Ignite DAO</span>
<img className='mr-1 cover-img' src={TorchWalletLogo} width={26} height={26}></img>
<span className='ml-1'>Torch Wallet</span>
</div>
<div
className='btn-logos d-flex justify-content-center align-items-center mx-2 mt-3 mt-sm-0'
Expand Down
Binary file added products/zillion/src/static/torch_wallet_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0c295c1

Please sign in to comment.