Skip to content

Commit 8d564ea

Browse files
committed
fix: change phantom.app to phantom.com
1 parent 31660ce commit 8d564ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1905,7 +1905,7 @@ export const walletsData: WalletData[] = [
19051905
image: PhantomImage,
19061906
twBackgroundColor: "bg-[#AB9FF2]",
19071907
twGradiantBrandColor: "from-[#AB9FF2]",
1908-
url: "https://phantom.app/",
1908+
url: "https://phantom.com/",
19091909
active_development_team: true,
19101910
languages_supported: [
19111911
"en",
@@ -1968,8 +1968,8 @@ export const walletsData: WalletData[] = [
19681968
withdraw_crypto: true,
19691969
multisig: false,
19701970
social_recovery: false,
1971-
onboard_documentation: "https://phantom.app/learn",
1972-
documentation: "https://docs.phantom.app/",
1971+
onboard_documentation: "https://phantom.com/learn",
1972+
documentation: "https://docs.phantom.com/",
19731973
supported_chains: ["Ethereum Mainnet", "Base"],
19741974
},
19751975
{

0 commit comments

Comments
 (0)