Skip to content

Commit

Permalink
Merge pull request #36 from Propy/feat/claim-your-address-map
Browse files Browse the repository at this point in the history
feat(BridgePage): initial bridging UI
  • Loading branch information
JayWelsh authored Dec 13, 2023
2 parents 289b236 + a94aa5e commit edd8538
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added src/assets/img/network-icon-compressed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/network-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/NetworkGate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import createStyles from '@mui/styles/createStyles';
import Typography from '@mui/material/Typography';
import Button from '@mui/material/Button';

import NetworkGraphic from '../assets/svg/network_icon.svg';
import NetworkGraphic from '../assets/png/network-icon-compressed.png';
import WalletIcon from '@mui/icons-material/AccountBalanceWallet';

import NetworkSelectDropdownContainer from '../containers/NetworkSelectDropdownContainer';
Expand Down

0 comments on commit edd8538

Please sign in to comment.