Add crossmark wallet to wallets list

This commit is contained in:
Maria Shodunke
2025-07-14 13:48:11 +01:00
parent b422cd01a0
commit 61009fcd39
7 changed files with 16 additions and 5 deletions

View File

@@ -29,6 +29,7 @@ const softwallets = [
},
{ href: "https://gemwallet.com/", id: "wallet-gem", alt: "Gem Wallet" },
{ href: "https://coin.space/", id: "wallet-coin", alt: "Coin Space" },
{ href: "https://crossmark.io/", id: "wallet-crossmark", alt: "Crossmark Wallet" },
];
const hardwallets = [

View File

@@ -47,3 +47,7 @@ The XRP Ledger is an opensource project with publicly available client libraries
Next: [Transactions and Requests](transactions-and-requests.md)
## See Also
For more information on which wallets are supported on the XRP Ledger, see [Wallets](../../about/xrp#wallets).

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -149,9 +149,11 @@
#wallet-#{$wallet} {
content: url("../img/wallets/#{$wallet}.svg");
}
}
#wallet-bitfrost {
content: url("../img/wallets/bitfrost.png");
@each $wallet in "bitfrost", "crossmark" {
#wallet-#{$wallet} {
content: url("../img/wallets/#{$wallet}.png");
}
}
}
@@ -2124,4 +2126,4 @@ html.light {
}
}
}
}
}

View File

@@ -569,6 +569,10 @@ pre {
#wallet-gem {
content: url("../img/wallets/lightmode/gem.svg");
}
#wallet-crossmark {
content: url("../img/wallets/lightmode/crossmark.png");
}
}
@@ -1362,4 +1366,4 @@ main article .card-grid {
.DocSearch-Modal {
box-shadow: $light-box-shadow;
}
*/
*/