Skip to content

Commit 5683ace

Browse files
committed
Add line breaks
1 parent 76c68af commit 5683ace

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/build/tools/react-sdk/components.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ A drop-in wallet connection component with UI for copy address, logout, and bala
3939
- `modalEnabled?: boolean` – Whether to show the profile modal on click when connected (default: `true`). When `false`, clicking the button when connected will disconnect instead
4040

4141
:::note WalletConnect Support
42+
4243
To enable WalletConnect as a wallet option, add your registered project ID to the `walletconnectProjectId` field in your `FlowProvider` config.
44+
4345
:::
4446

4547
```tsx
@@ -86,7 +88,9 @@ A standalone component for displaying wallet information including account addre
8688
- `style?: React.CSSProperties` – Optional inline styles
8789

8890
:::note WalletConnect Support
91+
8992
To enable WalletConnect as a wallet option, add your registered project ID to the `walletconnectProjectId` field in your `FlowProvider` config.
93+
9094
:::
9195

9296
```tsx

docs/build/tools/react-sdk/hooks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ import { useFlowCurrentUser } from "@onflow/react-sdk"
3535
- `unauthenticate: () => void` – Logs the user out
3636

3737
:::note WalletConnect Support
38+
3839
To enable WalletConnect as a wallet option, add your registered project ID to the `walletconnectProjectId` field in your `FlowProvider` config.
40+
3941
:::
4042

4143
```tsx

0 commit comments

Comments
 (0)