Skip to content

Commit ad7e720

Browse files
committed
fix: wallet image asset import
1 parent 3da4743 commit ad7e720

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import AlphaWalletImage from "@/public/wallets/alpha.png"
77
import AmbireImage from "@/public/wallets/ambire.png"
88
import ApexImage from "@/public/wallets/apex.png"
99
import ArgentImage from "@/public/wallets/argent.png"
10+
import Aurox from "@/public/wallets/aurox.png"
1011
import BitcoindotcomImage from "@/public/wallets/bitcoindotcom.png"
1112
import BitkeepImage from "@/public/wallets/bitkeep.png"
1213
import BlockWalletImage from "@/public/wallets/blockwallet.png"
@@ -2715,7 +2716,7 @@ const walletData: WalletData[] = [
27152716
{
27162717
last_updated: "2023-10-30",
27172718
name: "Aurox Wallet",
2718-
image_name: "aurox",
2719+
image: Aurox,
27192720
brand_color: "#1F47FF",
27202721
url: "https://getaurox.com/wallet",
27212722
wallet_live_date: "2022-12-06",

0 commit comments

Comments
 (0)