Skip to content

Commit d84f9f0

Browse files
committed
fix(docs): enhance minting resources with themed wallet icons and improve table layout
1 parent fe9ddca commit d84f9f0

File tree

3 files changed

+30
-10
lines changed

3 files changed

+30
-10
lines changed

docs/fassets/_minting_resources.mdx

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
import ThemedImage from "@theme/ThemedImage";
2+
import useBaseUrl from "@docusaurus/useBaseUrl";
3+
14
## Minting Resources
25

36
### Minting dApps
@@ -9,16 +12,16 @@ You can mint FAssets on either of the following dApps:
912

1013
### Supported Wallets
1114

12-
| Wallet | Flare Support | XRPL Support | Notes |
13-
| ------------------------------------------------------------ | ------------- | ------------ | ---------------------------------------------------------------------------------- |
14-
| [Bifrost](https://bifrostwallet.com/) ||| Supports both networks. [Tutorial](https://www.youtube.com/watch?v=1lETSE9YlXQ) |
15-
| [Ledger](https://www.ledger.com/) ||| Hardware wallet supporting both networks. [Tutorial](https://youtu.be/WkdWZJJBem0) |
16-
| [Luminite](https://luminite.app/) ||| Integrated FAssets support with DeFi utilities |
17-
| [OxenFlow](https://oxenflow.io/) ||| Available via iOS app |
18-
| [MetaMask](https://metamask.io/) || | EVM wallet for Flare transactions |
19-
| [Rabby](https://rabby.io/) || | EVM wallet for Flare transactions |
20-
| EVM Wallets with [WalletConnect](https://walletconnect.com/) || | Any EVM-compatible wallet supporting WalletConnect |
21-
| [Xaman](https://xaman.app/) | || XRPL wallet only. [Tutorial](https://youtu.be/-3TPLIszPUc) |
15+
| Wallet | <ThemedImage alt="Flare Support" style={{ width: "20px", height: "20px" }} sources={{ light: useBaseUrl("img/flare_icon.svg"), dark: useBaseUrl("img/flare_icon_dark.svg") }} /> | <ThemedImage alt="Flare Support" style={{ width: "20px", height: "20px" }} sources={{ light: useBaseUrl("img/xrp_icon.svg"), dark: useBaseUrl("img/xrp_icon_dark.svg") }} /> | Notes |
16+
| ------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
17+
| [Bifrost](https://bifrostwallet.com/) | | | Supports both networks. [Tutorial](https://www.youtube.com/watch?v=1lETSE9YlXQ) |
18+
| [Ledger](https://www.ledger.com/) | | | Hardware wallet supporting both networks. [Tutorial](https://youtu.be/WkdWZJJBem0) |
19+
| [Luminite](https://luminite.app/) | | | Integrated FAssets support with DeFi utilities |
20+
| [OxenFlow](https://oxenflow.io/) | | | Available via iOS app |
21+
| [MetaMask](https://metamask.io/) | | | EVM wallet for Flare transactions |
22+
| [Rabby](https://rabby.io/) | | | EVM wallet for Flare transactions |
23+
| EVM Wallets with [WalletConnect](https://walletconnect.com/) | | | Any EVM-compatible wallet supporting WalletConnect |
24+
| [Xaman](https://xaman.app/) | | | XRPL wallet only. [Tutorial](https://youtu.be/-3TPLIszPUc) |
2225

2326
:::info
2427
To complete the full minting process, you may need:

static/img/xrp_icon.svg

Lines changed: 1 addition & 0 deletions
Loading

static/img/xrp_icon_dark.svg

Lines changed: 16 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)