Skip to content

Commit

Permalink
fix asset export
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeRx committed Oct 27, 2021
1 parent 8165bf2 commit 32e05e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mycrypto/wallet-list",
"version": "1.1.1",
"version": "1.1.2",
"description": "Wallet list to be used throughout the MyCrypto product suite.",
"author": "MyCrypto",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export { default as loopringWallet } from './loopring_wallet.jpeg';
export { default as mewWallet } from './mew_wallet.png';
export { default as midasWallet } from './midas_wallet.jpeg';
export { default as nash } from './nash.jpeg';
export { default as o3wallet } from '/o3_wallet.jpeg';
export { default as o3wallet } from './o3_wallet.jpeg';
export { default as oneInch } from './one_inch.png';
export { default as onto } from './onto.jpeg';
export { default as ownbit } from './ownbit.jpeg';
Expand Down

0 comments on commit 32e05e2

Please sign in to comment.