Skip to content

Commit

Permalink
refactor: update name to match convention
Browse files Browse the repository at this point in the history
  • Loading branch information
wackerow committed Feb 13, 2024
1 parent 1ae951e commit d778771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/wallets/wallet-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import AlphaWalletImage from "@/public/wallets/alpha.png"
import AmbireImage from "@/public/wallets/ambire.png"
import ApexImage from "@/public/wallets/apex.png"
import ArgentImage from "@/public/wallets/argent.png"
import Aurox from "@/public/wallets/aurox.png"
import AuroxImage from "@/public/wallets/aurox.png"
import BitcoindotcomImage from "@/public/wallets/bitcoindotcom.png"
import BitkeepImage from "@/public/wallets/bitkeep.png"
import BlockWalletImage from "@/public/wallets/blockwallet.png"
Expand Down Expand Up @@ -2716,7 +2716,7 @@ const walletData: WalletData[] = [
{
last_updated: "2023-10-30",
name: "Aurox Wallet",
image: Aurox,
image: AuroxImage,
brand_color: "#1F47FF",
url: "https://getaurox.com/wallet",
wallet_live_date: "2022-12-06",
Expand Down

0 comments on commit d778771

Please sign in to comment.