File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { newToCrypto } from "@/data/wallets/new-to-crypto"
55import OneInchWalletImage from "@/public/images/wallets/1inch.png"
66import AlphaWalletImage from "@/public/images/wallets/alpha.png"
77import AmbireImage from "@/public/images/wallets/ambire.png"
8- import ArgentImage from "@/public/images/wallets/argent .png"
8+ import ReadyImage from "@/public/images/wallets/ready .png"
99import AuroxImage from "@/public/images/wallets/aurox.png"
1010import BitgetImage from "@/public/images/wallets/bitget.png"
1111import BlockWalletImage from "@/public/images/wallets/blockwallet.png"
@@ -151,7 +151,7 @@ export const walletsData: WalletData[] = [
151151 {
152152 last_updated : "2025-07-08" ,
153153 name : "Ready Wallet" ,
154- image : ArgentImage ,
154+ image : ReadyImage ,
155155 twBackgroundColor : "bg-[#FFFFFF]" ,
156156 twGradiantBrandColor : "from-[#ffffff]" ,
157157 url : "https://www.ready.co/" ,
You can’t perform that action at this time.
0 commit comments