Skip to content

Commit

Permalink
ZIL-5574: Add plunderswap logo (#464)
Browse files Browse the repository at this point in the history
* Add plunderswap logo

* Change plunderswap logo

* Update url
  • Loading branch information
chetan-zilliqa authored Feb 23, 2024
1 parent b613eb9 commit b05ba3a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions products/zillion/src/components/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ import ZillionLogo from '../static/zillion.svg';
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 AvelyLogo from '../static/avely.svg';
import IgniteLogo from '../static/ignite_dao.png';
import PlunderswapLogo from '../static/plunderswap_dao.png';

import useDarkMode from '../util/use-dark-mode';
import { ToastContainer } from 'react-toastify';
Expand Down Expand Up @@ -243,6 +244,13 @@ function Home(props: any) {
<img className='mr-1 cover-img' src={IgniteLogo} width={26} height={26}></img>
<span className='ml-1'>Ignite DAO</span>
</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://stake.plunderswap.com/'}
>
<img className='mr-1 cover-img' src={PlunderswapLogo} width={26} height={26}></img>
<span className='ml-1'>Plunderswap</span>
</div>
</div>

<div className="d-flex justify-content-center h-100 py-3">
Expand Down
Binary file added products/zillion/src/static/plunderswap_dao.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 b05ba3a

Please sign in to comment.