From a229c7533d6950a312f29518303c1056394b5e12 Mon Sep 17 00:00:00 2001 From: stackoverflowed1 Date: Thu, 15 Jan 2026 16:36:39 +0100 Subject: [PATCH 1/2] Update swap-settings.mdx --- docs/onchainkit/swap/swap-settings.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/onchainkit/swap/swap-settings.mdx b/docs/onchainkit/swap/swap-settings.mdx index 7c2893667..df5b36770 100644 --- a/docs/onchainkit/swap/swap-settings.mdx +++ b/docs/onchainkit/swap/swap-settings.mdx @@ -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 @@ -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 { From 418f7b0ca1c0d821b0a200a65606a14ce7452b4b Mon Sep 17 00:00:00 2001 From: stackoverflowed1 Date: Sat, 17 Jan 2026 06:27:57 +0100 Subject: [PATCH 2/2] Update wallet-dropdown-link.mdx --- docs/onchainkit/wallet/wallet-dropdown-link.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/onchainkit/wallet/wallet-dropdown-link.mdx b/docs/onchainkit/wallet/wallet-dropdown-link.mdx index 28e32795e..b1a1c5ba3 100644 --- a/docs/onchainkit/wallet/wallet-dropdown-link.mdx +++ b/docs/onchainkit/wallet/wallet-dropdown-link.mdx @@ -171,7 +171,7 @@ import { ### Override styles -You can override component styles using className. +You can override component styles using `className`. ```tsx import {