Skip to content

Commit

Permalink
docs: wallet story time (#1276)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia authored Sep 18, 2024
1 parent 2401bf7 commit 17182fd
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 82 deletions.
2 changes: 1 addition & 1 deletion site/docs/components/WalletComponents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type WalletComponentsReact = {
export default function WalletComponents({ children }: WalletComponentsReact) {
return (
<App>
<div className="mt-10 mb-28 flex justify-center">{children}</div>
<div className="my-10 flex justify-center">{children}</div>
</App>
);
}
2 changes: 1 addition & 1 deletion site/docs/pages/transaction/transaction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ The components are designed to work together hierarchically. For each component,
- `<TransactionToastLabel />` - Displays the label text in the transaction toast notification.
- `<TransactionToastAction />` - Provides additional actions within the transaction toast notification.

## Props
## Component types

- [`TransactionButtonReact`](/transaction/types#transactionbuttonreact)
- [`TransactionError`](/transaction/types#transactionerror)
Expand Down
Loading

0 comments on commit 17182fd

Please sign in to comment.