Skip to content

Commit

Permalink
sign-up vs signup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcarpenter committed Dec 17, 2024
1 parent 0c92c9d commit df507be
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/components/authentication/sign-up.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The following example includes basic implementation of the `<SignUp />` componen
<Tab>
The following example demonstrates how you can use the `<SignUp />` component on a public page.

If you would like to create a dedicated `/sign-up` page in your Next.js application, see the [dedicated guide](/docs/references/nextjs/custom-signup-page).
If you would like to create a dedicated `/sign-up` page in your Next.js application, see the [dedicated guide](/docs/references/nextjs/custom-sign-up-page).

```tsx {{ filename: 'app/page.tsx' }}
import { SignUp, useUser } from '@clerk/nextjs'
Expand Down
4 changes: 2 additions & 2 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2352,7 +2352,7 @@
},
{
"title": "Add custom sign-up and sign-in pages",
"href": "/docs/references/expo/web-support/custom-signup-signin-pages"
"href": "/docs/references/expo/web-support/custom-sign-up-signin-pages"
},
{
"title": "Add custom sign-in-or-up page",
Expand Down Expand Up @@ -2448,7 +2448,7 @@
},
{
"title": "Add custom sign up and sign in pages",
"href": "/docs/references/react-router/custom-signup-signin-pages"
"href": "/docs/references/react-router/custom-sign-up-signin-pages"
},
{
"title": "Library mode",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This guide uses [Expo Router](https://docs.expo.dev/router/introduction/) and th
Use the following guides to learn more about Clerk components, how to build custom flows for your native apps, and how to use Clerk's client-side helpers.

<Cards>
- [Custom sign-up page](/docs/references/expo/web-support/custom-signup-page)
- [Custom sign-up page](/docs/references/expo/web-support/custom-sign-up-page)
- Learn how to add a custom sign-up page to your Next.js app with Clerk's prebuilt components.

---
Expand Down
2 changes: 1 addition & 1 deletion docs/references/nextjs/custom-sign-in-or-up-page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ If the prebuilt components don't meet your specific needs or if you require more
## Next steps

<Cards>
- [Custom sign-up page](/docs/references/nextjs/custom-signup-page)
- [Custom sign-up page](/docs/references/nextjs/custom-sign-up-page)
- Learn how to add a custom sign-up page to your Next.js app with Clerk's prebuilt components.

---
Expand Down
2 changes: 1 addition & 1 deletion docs/references/remix/custom-sign-in-or-up-page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ If Clerk's prebuilt components don't meet your specific needs or if you require
## Next steps

<Cards>
- [Custom sign-up page](/docs/references/remix/custom-signup-page)
- [Custom sign-up page](/docs/references/remix/custom-sign-up-page)
- Learn how to add a custom sign-up page to your Remix app with Clerk's prebuilt components.

---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ If Clerk's prebuilt components don't meet your specific needs or if you require
## Next steps

<Cards>
- [Create custom sign-up page](/docs/references/tanstack-start/custom-signup-page)
- [Create custom sign-up page](/docs/references/tanstack-start/custom-sign-up-page)
- Learn how to add a custom sign-up page to your TanStack Start app with Clerk's prebuilt components.

---
Expand Down

0 comments on commit df507be

Please sign in to comment.