Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/onchainkit/swap/swap-settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ import {

### Override icon

You can override the icon using the icon prop.
You can override the icon using the `icon` prop.

```tsx
// suppress twoslash error
Expand Down Expand Up @@ -231,7 +231,7 @@ import {

### Add text

You can add text next to the `SwapSettings` component using text.
You can add text next to the `SwapSettings` component using `text`.

```tsx
import {
Expand Down
2 changes: 1 addition & 1 deletion docs/onchainkit/wallet/wallet-dropdown-link.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ import {

### Override styles

You can override component styles using className.
You can override component styles using `className`.

```tsx
import {
Expand Down