Skip to content

Commit ae93a05

Browse files
authored
(email links) fix headings (#2055)
1 parent 9e3795c commit ae93a05

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/custom-flows/email-links.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ This guide demonstrates how to use Clerk's API to build a custom flow for handli
4242
1. Because this guide focuses on email links, uncheck the box for **Email verification code**.
4343
1. Select **Continue** to save your changes.
4444

45-
## Create the flows
46-
47-
### Sign-up flow
45+
## Sign-up flow
4846

4947
1. The [`useSignUp()`](/docs/references/react/use-sign-up) hook is used to get the [`SignUp`](/docs/references/javascript/sign-up) object.
5048
1. The `SignUp` object is used to access the [`createEmailLinkFlow()`](/docs/references/javascript/types/email-address#create-email-link-flow) method.
@@ -273,7 +271,7 @@ This guide demonstrates how to use Clerk's API to build a custom flow for handli
273271
</Tab>
274272
</Tabs>
275273

276-
### Sign-in flow
274+
## Sign-in flow
277275

278276
1. The [`useSignIn()`](/docs/references/react/use-sign-in) hook is used to get the [`SignIn`](/docs/references/javascript/sign-in) object.
279277
1. The `SignIn` object is used to access the [`createEmailLinkFlow()`](/docs/references/javascript/types/email-address#create-email-link-flow) method.
@@ -514,7 +512,7 @@ This guide demonstrates how to use Clerk's API to build a custom flow for handli
514512
```
515513
</CodeBlockTabs>
516514

517-
### Add new email flow
515+
## Add new email flow
518516

519517
When a user adds an email address to their account, you can use email links to verify the email address.
520518

0 commit comments

Comments
 (0)