From 5683acee368b5b222807ae62caaef3fb1493584d Mon Sep 17 00:00:00 2001 From: Chase Fleming <1666730+chasefleming@users.noreply.github.com> Date: Wed, 19 Nov 2025 11:50:22 -0800 Subject: [PATCH] Add line breaks --- docs/build/tools/react-sdk/components.md | 4 ++++ docs/build/tools/react-sdk/hooks.md | 2 ++ 2 files changed, 6 insertions(+) diff --git a/docs/build/tools/react-sdk/components.md b/docs/build/tools/react-sdk/components.md index 99a05438fc..29e4f9e343 100644 --- a/docs/build/tools/react-sdk/components.md +++ b/docs/build/tools/react-sdk/components.md @@ -39,7 +39,9 @@ A drop-in wallet connection component with UI for copy address, logout, and bala - `modalEnabled?: boolean` – Whether to show the profile modal on click when connected (default: `true`). When `false`, clicking the button when connected will disconnect instead :::note WalletConnect Support + To enable WalletConnect as a wallet option, add your registered project ID to the `walletconnectProjectId` field in your `FlowProvider` config. + ::: ```tsx @@ -86,7 +88,9 @@ A standalone component for displaying wallet information including account addre - `style?: React.CSSProperties` – Optional inline styles :::note WalletConnect Support + To enable WalletConnect as a wallet option, add your registered project ID to the `walletconnectProjectId` field in your `FlowProvider` config. + ::: ```tsx diff --git a/docs/build/tools/react-sdk/hooks.md b/docs/build/tools/react-sdk/hooks.md index c67a1a61c0..55ada5df7c 100644 --- a/docs/build/tools/react-sdk/hooks.md +++ b/docs/build/tools/react-sdk/hooks.md @@ -35,7 +35,9 @@ import { useFlowCurrentUser } from "@onflow/react-sdk" - `unauthenticate: () => void` – Logs the user out :::note WalletConnect Support + To enable WalletConnect as a wallet option, add your registered project ID to the `walletconnectProjectId` field in your `FlowProvider` config. + ::: ```tsx