Skip to content

Commit d778771

Browse files
committed
refactor: update name to match convention
1 parent 1ae951e commit d778771

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/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"
10+
import AuroxImage from "@/public/wallets/aurox.png"
1111
import BitcoindotcomImage from "@/public/wallets/bitcoindotcom.png"
1212
import BitkeepImage from "@/public/wallets/bitkeep.png"
1313
import BlockWalletImage from "@/public/wallets/blockwallet.png"
@@ -2716,7 +2716,7 @@ const walletData: WalletData[] = [
27162716
{
27172717
last_updated: "2023-10-30",
27182718
name: "Aurox Wallet",
2719-
image: Aurox,
2719+
image: AuroxImage,
27202720
brand_color: "#1F47FF",
27212721
url: "https://getaurox.com/wallet",
27222722
wallet_live_date: "2022-12-06",

0 commit comments

Comments
 (0)