From 9300b17f14bf1131b887e2c464f8f70c3896fe24 Mon Sep 17 00:00:00 2001 From: fakepixels Date: Thu, 8 Aug 2024 13:34:15 -0400 Subject: [PATCH] docs: Fix formatting + missing components (#1006) --- site/docs/pages/getting-started.mdx | 1 + site/docs/pages/transaction/transaction.mdx | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/pages/getting-started.mdx b/site/docs/pages/getting-started.mdx index e543b0836d..dd5c135015 100644 --- a/site/docs/pages/getting-started.mdx +++ b/site/docs/pages/getting-started.mdx @@ -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). diff --git a/site/docs/pages/transaction/transaction.mdx b/site/docs/pages/transaction/transaction.mdx index bc2fb20081..ce5d1f3d00 100644 --- a/site/docs/pages/transaction/transaction.mdx +++ b/site/docs/pages/transaction/transaction.mdx @@ -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) -``` \ No newline at end of file