Skip to content

Commit

Permalink
add pic
Browse files Browse the repository at this point in the history
  • Loading branch information
xudan committed Mar 20, 2022
1 parent c38e8a1 commit 7ab58fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file added examples/assets/Bean.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion examples/components/HelloWorld.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ import Base from '../../packages/index'
// import getUrlParameters from 'webpack-build-tools-test';
// import Base from 'eth-wallet-modal';
import Bean from "../assets//Bean.gif";
import WalletConnectLogo from "../assets/logos/walletconnect-circle.svg";
import MetaMaskLogo from "../assets/logos/metamask.svg";
Expand Down Expand Up @@ -56,7 +58,7 @@ export default {
baseModel: '',
provider: '',
providerOptions: {
logo: WalletConnectLogo,
logo: Bean,
maskColor:'rgb(30, 30, 30, 0.8)',
bgColor:'#363636',
borderColor:'#faba30',
Expand Down

0 comments on commit 7ab58fe

Please sign in to comment.