mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
docs: add Avana Wallet to showcase (#7460)
* Added Avana Wallet https://docs.avanawallet.com implements Docusaurus 2.0 * Update users.tsx * Added Avana Wallet showcase png * Update users.tsx * optimize image Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
9d1a91774a
commit
5207e25291
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
|
|
@ -229,6 +229,15 @@ const Users: User[] = [
|
|||
source: 'https://github.com/attobot-discord/website',
|
||||
tags: ['opensource'],
|
||||
},
|
||||
{
|
||||
title: 'Avana Wallet',
|
||||
description:
|
||||
'Solana blockchain non-custodial wallet that connects you to Web3 dapps, DeFi, GameFi and NFT marketplaces.',
|
||||
preview: require('./showcase/avana-wallet.png'),
|
||||
website: 'https://docs.avanawallet.com/',
|
||||
source: null,
|
||||
tags: ['product'],
|
||||
},
|
||||
{
|
||||
title: 'AvN Gateway',
|
||||
description:
|
||||
|
|
|
|||
Loading…
Reference in New Issue