Skip to content

Commit

Permalink
Merge pull request #1978 from blocknative/fix/solid_docs
Browse files Browse the repository at this point in the history
Fix: Solid module docs code block handling
  • Loading branch information
Adamj1232 authored Oct 25, 2023
2 parents 4b99443 + 46b8d75 commit f340b0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/routes/docs/[...3]modules/[...4]solid/+page.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Function to set the chain of a wallet
#### Example usage
```tsx
```typescript
import { useOnboard } from '@web3-onboard/solid'
function SampleConnect() {
const { setChain } = useOnboard()
Expand All @@ -222,7 +222,7 @@ Readonly boolean ref that tracks the status of setting the chain
#### Example usage
```tsx
```typescript
import { useOnboard } from '@web3-onboard/solid'
function SampleConnect() {
const { settingChain } = useOnboard()
Expand All @@ -236,7 +236,7 @@ Readonly ref that contains every wallet that has been connected
#### Example usage
```tsx
```typescript
import { useOnboard } from '@web3-onboard/solid'
function SampleConnect() {
const { wallets } = useOnboard()
Expand All @@ -260,7 +260,7 @@ Readonly ref that contains the last time that the user connected a wallet in mil
#### Example usage
```tsx
```typescript
import { useOnboard } from '@web3-onboard/solid'
function SampleConnect() {
const { lastConnectedTimestamp } = useOnboard()
Expand Down

0 comments on commit f340b0c

Please sign in to comment.