Skip to content

Commit

Permalink
Remove unused assets
Browse files Browse the repository at this point in the history
  • Loading branch information
lserra-iov committed Apr 30, 2024
1 parent 7faadbe commit 9174d74
Show file tree
Hide file tree
Showing 36 changed files with 0 additions and 27 deletions.
Binary file removed src/assets/2wp-mainnet.png
Binary file not shown.
Binary file removed src/assets/2wp-testnet.png
Binary file not shown.
Binary file removed src/assets/exchange/btc-disable.png
Binary file not shown.
Binary file removed src/assets/exchange/ledger/00.png
Binary file not shown.
Binary file removed src/assets/exchange/ledger/01.png
Binary file not shown.
Binary file removed src/assets/exchange/ledger/02.png
Binary file not shown.
Binary file removed src/assets/exchange/ledger/bitcoin.png
Binary file not shown.
Binary file removed src/assets/exchange/ledger/btcAmount.png
Binary file not shown.
Binary file removed src/assets/exchange/ledger/rskAddress.png
Binary file not shown.
Binary file removed src/assets/exchange/ledger/summary.png
Binary file not shown.
Binary file removed src/assets/exchange/ledger/txFee.png
Binary file not shown.
Binary file removed src/assets/exchange/rbtc-disable.png
Binary file not shown.
Binary file removed src/assets/exchange/trezor/rsk.png
Binary file not shown.
Binary file removed src/assets/logo-rootstock-black.png
Binary file not shown.
Binary file removed src/assets/logo-rootstocklabs.png
Binary file not shown.
Binary file removed src/assets/mobile/logo_mobile.png
Binary file not shown.
11 changes: 0 additions & 11 deletions src/assets/status/status-icon-disabled.svg

This file was deleted.

11 changes: 0 additions & 11 deletions src/assets/status/status-icon.svg

This file was deleted.

Binary file removed src/assets/transactions/address.png
Binary file not shown.
Binary file removed src/assets/transactions/calendar.png
Binary file not shown.
Binary file removed src/assets/transactions/cash.png
Binary file not shown.
Binary file removed src/assets/transactions/empty.png
Binary file not shown.
Binary file removed src/assets/transactions/refund.png
Binary file not shown.
Binary file removed src/assets/transactions/success.png
Binary file not shown.
Binary file removed src/assets/transactions/timeline.png
Binary file not shown.
Binary file removed src/assets/wallet-icons/copy.png
Diff not rendered.
Binary file removed src/assets/wallet-icons/ledger-gray.png
Diff not rendered.
Binary file removed src/assets/web3/metamask-disabled.png
Diff not rendered.
Binary file removed src/assets/web3/metamask.png
Diff not rendered.
Binary file removed src/assets/web3/my-crypto-disabled.png
Diff not rendered.
Binary file removed src/assets/web3/my-crypto.png
Diff not rendered.
Binary file removed src/assets/web3/my-ether-disabled.png
Diff not rendered.
Binary file removed src/assets/web3/my-ether.png
Diff not rendered.
Binary file removed src/assets/web3/rWallet-disabled.png
Diff not rendered.
Binary file removed src/assets/web3/rWallet.png
Diff not rendered.
5 changes: 0 additions & 5 deletions src/common/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@ export class Machine<States extends string> {
}
}

export function getMainLogo() {
// eslint-disable-next-line global-require
return require('@/assets/logo-rootstock-black.png');
}

export function getTime(totalMinutes: number): string {
const hours = Math.floor(totalMinutes / 60);
const minutes = totalMinutes % 60;
Expand Down

0 comments on commit 9174d74

Please sign in to comment.