Skip to content

Commit

Permalink
docs: Fix formatting + missing components (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
fakepixels authored Aug 8, 2024
1 parent 2169905 commit 9300b17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions site/docs/pages/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ Get started with ready-to-use onchain components.

- [**`Identity`**](/identity/identity) - Display ENS [avatars](/identity/avatar), Attestation [badges](/identity/badge), ENS [names](/identity/name) and account [addresses](/identity/address).
- [**`Wallet`**](/wallet/wallet) - Create or connect your wallet with [Connect Wallet](/wallet/wallet).
- [**`Transaction`**](/transaction/transaction) - Trigger transactions with EOAs or Smart Wallets using [Transaction](/transaction/transaction).
- [**`Tokens`**](/token/token-chip) - Search [Tokens](/token/types#token) using [getTokens](/token/get-tokens) and display them with [TokenSearch](/token/token-search), [TokenChip](/token/token-chip), and [TokenRow](/token/token-row).
- [**`Swap`**](/swap/swap) - Swap [Tokens](/token/types#token) using the [Swap](/swap/swap) components.
- [**`Frame`**](/frame/frame-metadata) - Test, build, and ship your Farcaster frames with [FrameMetadata](/frame/frame-metadata).
1 change: 0 additions & 1 deletion site/docs/pages/transaction/transaction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -280,4 +280,3 @@ The components are designed to work together hierarchically. For each component,
- [`TransactionToastActionReact`](/transaction/types#transactiontoastactionreact)
- [`TransactionToastIconReact`](/transaction/types#transactiontoasticonreact)
- [`TransactionToastLabelReact`](/transaction/types#transactiontoastlabelreact)
```

0 comments on commit 9300b17

Please sign in to comment.