Skip to content

Commit ee065b8

Browse files
committed
removed wrong link for connectButton theme (#6937)
<!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR updates the link for the `ConnectButton` component's theme documentation from Notion to the official Thirdweb portal, ensuring users have access to the most accurate and current information. ### Detailed summary - Changed the link for the `ConnectButton` component's theme documentation from Notion to the official Thirdweb portal. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent b17078b commit ee065b8

File tree

1 file changed

+1
-1
lines changed
  • apps/portal/src/app/connect/sign-in/customization

1 file changed

+1
-1
lines changed

apps/portal/src/app/connect/sign-in/customization/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function Example() {
4444

4545
## Theming
4646

47-
You can set the theme for the [ConnectButton](https://www.notion.so/ConnectButton-51113a400e614dfe93a598e9e1b8ef63?pvs=21) component, which is set to `"dark"` by default. theme can be set to either `"dark"` , `"light"` or a custom theme object.
47+
You can set the theme for the [ConnectButton](https://portal.thirdweb.com/references/typescript/v5/ConnectButtonProps#theme) component, which is set to `"dark"` by default. theme can be set to either `"dark"` , `"light"` or a custom theme object.
4848

4949
We have **`[lightTheme](https://portal.thirdweb.com/references/typescript/v5/lightTheme)`** or **`[darkTheme](https://portal.thirdweb.com/references/typescript/v5/darkTheme)`** providers that you can override to kickstart customization.
5050

0 commit comments

Comments
 (0)