Skip to content

Commit a4b68e7

Browse files
authored
fix: fix incorrect documentation link for getAvatar function (#1802)
1 parent 353ddfc commit a4b68e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

site/docs/pages/checkout/checkout.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const chargeHandler = async () => {
118118
```
119119
::::
120120

121-
That's it! Starting selling onchain with just a few lines of code.
121+
That's it! Start selling onchain with just a few lines of code.
122122

123123
## Usage
124124

@@ -444,4 +444,4 @@ The components are designed to work together hierarchically. For each component,
444444
- [`LifecycleStatus`](/checkout/types#lifecyclestatus)
445445
- [`CheckoutReact`](/checkout/types#checkoutreact)
446446
- [`CheckoutButtonReact`](/checkout/types#checkoutbuttonreact)
447-
- [`CheckoutStatusReact`](/checkout/types#checkoutstatusreact)
447+
- [`CheckoutStatusReact`](/checkout/types#checkoutstatusreact)

site/docs/pages/guides/use-basename-in-onchain-app.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const { data: name, isLoading: nameIsLoading } = await useName({ address, chain:
7676

7777
## Typescript utility with `getAvatar` and `getName`
7878

79-
Use the [`getAvatar`](/identity/get-name) and [`getName`](/identity/get-name) functions to get Basenames associated with Ethereum addresses.
79+
Use the [`getAvatar`](/identity/get-avatar) and [`getName`](/identity/get-name) functions to get Basenames associated with Ethereum addresses.
8080

8181
Being pure functions, it seamlessly integrates into any TypeScript project, including Vue, Angular, Svelte, or Node.js.
8282

0 commit comments

Comments
 (0)