Skip to content

Commit f1323b9

Browse files
authored
Update wallet-data.ts
1 parent 33fff31 commit f1323b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import AlphaWalletImage from "@/public/images/wallets/alpha.png"
77
import AmbireImage from "@/public/images/wallets/ambire.png"
88
import ArgentImage from "@/public/images/wallets/argent.png"
99
import AuroxImage from "@/public/images/wallets/aurox.png"
10-
import BitkeepImage from "@/public/images/wallets/bitkeep.png"
10+
import BitgetImage from "@/public/images/wallets/bitget.png"
1111
import BlockWalletImage from "@/public/images/wallets/blockwallet.png"
1212
import BridgeWalletImage from "@/public/images/wallets/bridge.png"
1313
import ClearWallet from "@/public/images/wallets/clearwallet.png"
@@ -1486,7 +1486,7 @@ const walletsData = [
14861486
{
14871487
last_updated: "2024-11-20",
14881488
name: "Bitget wallet",
1489-
image: BitkeepImage,
1489+
image: BitgetImage,
14901490
twBackgroundColor: "bg-[#00F0FF]",
14911491
twGradiantBrandColor: "from-[#ffffff]",
14921492
url: "https://web3.bitget.com/",

0 commit comments

Comments
 (0)