Skip to content

Commit

Permalink
chore: png
Browse files Browse the repository at this point in the history
  • Loading branch information
HuberTRoy committed Dec 4, 2023
1 parent 341016e commit 9d50086
Showing 1 changed file with 1 addition and 1 deletion.
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/connect.png"
alt="connect wallet"
width="238"
height="238"
Expand Down

0 comments on commit 9d50086

Please sign in to comment.