Skip to content

Commit f340b0c

Browse files
authored
Merge pull request #1978 from blocknative/fix/solid_docs
Fix: Solid module docs code block handling
2 parents 4b99443 + 46b8d75 commit f340b0c

File tree

1 file changed

+4
-4
lines changed
  • docs/src/routes/docs/[...3]modules/[...4]solid

1 file changed

+4
-4
lines changed

docs/src/routes/docs/[...3]modules/[...4]solid/+page.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Function to set the chain of a wallet
203203
204204
#### Example usage
205205
206-
```tsx
206+
```typescript
207207
import { useOnboard } from '@web3-onboard/solid'
208208
function SampleConnect() {
209209
const { setChain } = useOnboard()
@@ -222,7 +222,7 @@ Readonly boolean ref that tracks the status of setting the chain
222222
223223
#### Example usage
224224
225-
```tsx
225+
```typescript
226226
import { useOnboard } from '@web3-onboard/solid'
227227
function SampleConnect() {
228228
const { settingChain } = useOnboard()
@@ -236,7 +236,7 @@ Readonly ref that contains every wallet that has been connected
236236
237237
#### Example usage
238238
239-
```tsx
239+
```typescript
240240
import { useOnboard } from '@web3-onboard/solid'
241241
function SampleConnect() {
242242
const { wallets } = useOnboard()
@@ -260,7 +260,7 @@ Readonly ref that contains the last time that the user connected a wallet in mil
260260
261261
#### Example usage
262262
263-
```tsx
263+
```typescript
264264
import { useOnboard } from '@web3-onboard/solid'
265265
function SampleConnect() {
266266
const { lastConnectedTimestamp } = useOnboard()

0 commit comments

Comments
 (0)