Skip to content

Commit

Permalink
Merge pull request #612 from subquery/chore/change-img
Browse files Browse the repository at this point in the history
chore: use transparent img replace
  • Loading branch information
HuberTRoy authored Dec 4, 2023
2 parents 0d3bac4 + df664a7 commit 85a735a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed public/static/connect.png
Binary file not shown.
Binary file added public/static/connectWallet.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/ConnectWallet/ConnectWallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const ConnectWallet: React.FC<Props> = ({ title, subTitle, className }) =
return (
<div className={clsx(styles.container, className)}>
<img
src="/public/static/connect.png"
src="/static/connectWallet.png"
alt="connect wallet"
width="238"
height="238"
Expand Down

0 comments on commit 85a735a

Please sign in to comment.