Skip to content

Commit

Permalink
Merge pull request #2478 from picturepan2/master
Browse files Browse the repository at this point in the history
fix: update old Dapp logos with new ones
  • Loading branch information
Patrick1904 authored Feb 14, 2022
2 parents 7fcc1b7 + 65a3600 commit e85c818
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 62 deletions.
6 changes: 4 additions & 2 deletions packages/frontend/src/components/wallet/ExploreApps.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import FluxLogo from '../../images/flux-logo.svg';
import HashRushLogo from '../../images/hash-rush-logo.svg';
import MintbaseLogo from '../../images/mintbase-logo.svg';
import ParasLogo from '../../images/paras-logo.svg';
import ZedLogo from '../../images/zed-logo.svg';
import RefLogo from '../../images/ref-logo.svg';
import FormButton from '../common/FormButton';

const Container = styled.div`
Expand Down Expand Up @@ -74,8 +74,10 @@ const Container = styled.div`
}
:nth-of-type(2) {
height: 54px;
top: -80px;
right: -85px;
width: 54px;
}
:nth-of-type(3) {
Expand Down Expand Up @@ -112,7 +114,7 @@ const ExploreApps = () => {
<img src={HashRushLogo} alt='Hash Rush'/>
<img src={FluxLogo} alt='Flux'/>
<img src={ParasLogo} alt='Paras'/>
<img src={ZedLogo} alt='Zed'/>
<img src={RefLogo} alt='Ref Finance'/>
<img src={MintbaseLogo} alt='Mintbase'/>
<img src={BerryClubLogo} alt='Berryclub'/>
</div>
Expand Down
21 changes: 1 addition & 20 deletions packages/frontend/src/images/flux-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e85c818

Please sign in to comment.