diff --git a/site/docs/components/svg/walletDropdownLinkCustomIconSvg.tsx b/site/docs/components/svg/walletDropdownLinkCustomCatIconSvg.tsx
similarity index 100%
rename from site/docs/components/svg/walletDropdownLinkCustomIconSvg.tsx
rename to site/docs/components/svg/walletDropdownLinkCustomCatIconSvg.tsx
diff --git a/site/docs/pages/wallet/wallet-dropdown-link.mdx b/site/docs/pages/wallet/wallet-dropdown-link.mdx
index 8eb98389f2..3b79af4049 100644
--- a/site/docs/pages/wallet/wallet-dropdown-link.mdx
+++ b/site/docs/pages/wallet/wallet-dropdown-link.mdx
@@ -15,7 +15,7 @@ import {
WalletDropdownLink,
} from '@coinbase/onchainkit/wallet';
import WalletComponents from '../../components/WalletComponents';
-import { walletDropdownLinkCustomIconSvg } from '../../components/svg/walletDropdownLinkCustomIconSvg'
+import { walletDropdownLinkCustomCatIconSvg } from '../../components/svg/walletDropdownLinkCustomCatIconSvg'
# ``
@@ -126,21 +126,6 @@ Add a custom link to the wallet dropdown menu, allowing users to navigate to ext
-{/*
-// custom content
-
-children: Not an HTML attribute, but a React concept. It represents the content between opening and closing tags of a component.
--
- Profile
- 👤
-
-
- Bold and Italic
-
- Or update text?
-
-*/}
-
### Custom children components
Accepts React children, enabling the use of custom elements, styled text, icons, and complex components.
This allows for diverse customizations, including complex layouts and conditional rendering based on your app's state.
@@ -184,6 +169,7 @@ You can override component styles using className.
Wallet // [!code focus]
// [!code focus]
```
+