mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
Add crossmark wallet to wallets list
This commit is contained in:
@@ -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 = [
|
||||
|
||||
@@ -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
BIN
static/img/wallets/crossmark.png
Normal file
BIN
static/img/wallets/crossmark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
BIN
static/img/wallets/lightmode/crossmark.png
Normal file
BIN
static/img/wallets/lightmode/crossmark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
@@ -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 {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
*/
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user