Skip to content

Commit

Permalink
Merge pull request #42 from gateway-fm/change-chain-icon
Browse files Browse the repository at this point in the history
Change chain icon
  • Loading branch information
viktoriiafm authored Oct 15, 2024
2 parents 2b4ca9d + 73b32a7 commit 1a204e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-docker-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
with:
platforms: linux/amd64,linux/arm64
push: true
tags: gatewayfm/zkevm-bridge-ui-generic:1.0.6
tags: gatewayfm/zkevm-bridge-ui-generic:1.0.7
2 changes: 1 addition & 1 deletion src/views/bridge-details/components/chain/chain.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const Chain: FC<ChainProps> = ({ chain, className }) => {
const classes = useChainStyles();

// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
const chainIconUrl = import.meta.env.VITE_CHAIN_ICON_URL;
const chainIconUrl = import.meta.env.VITE_ICON_PATH;

const renderChainIcon = () => {
switch (chain.key) {
Expand Down

0 comments on commit 1a204e5

Please sign in to comment.