diff --git a/docs/references/remix/custom-sign-in-or-up-page.mdx b/docs/references/remix/custom-sign-in-or-up-page.mdx
index 48431f6e9a..487740cf06 100644
--- a/docs/references/remix/custom-sign-in-or-up-page.mdx
+++ b/docs/references/remix/custom-sign-in-or-up-page.mdx
@@ -7,13 +7,11 @@ This guide shows you how to use the [``](/docs/components/authenticati
If Clerk's prebuilt components don't meet your specific needs or if you require more control over the logic, you can rebuild the existing Clerk flows using the Clerk API. For more information, see the [custom flow guides](/docs/custom-flows/overview).
-The functionality of the components are controlled by the instance settings you specify in the [Clerk Dashboard](https://dashboard.clerk.com).
-
> [!NOTE]
> Just getting started with Clerk and Remix? See the [quickstart tutorial](/docs/quickstarts/remix)!
- ### Build a sign-in-or-up page
+ ## Build a sign-in-or-up page
The following example demonstrates how to render the [``](/docs/components/authentication/sign-up) component to allow users to both sign-in or sign-up from a single flow.
@@ -25,7 +23,7 @@ The functionality of the components are controlled by the instance settings you
}
```
- ### Configure your sign-in-or-up page
+ ## Configure your sign-in-or-up page
@@ -50,7 +48,7 @@ The functionality of the components are controlled by the instance settings you
- ### Visit your new page
+ ## Visit your new page
Run your project with the following terminal command from the root directory of your project:
diff --git a/docs/references/remix/custom-signup-page.mdx b/docs/references/remix/custom-signup-page.mdx
index 1e63c6e8e3..8ca3595905 100644
--- a/docs/references/remix/custom-signup-page.mdx
+++ b/docs/references/remix/custom-signup-page.mdx
@@ -10,10 +10,8 @@ If the prebuilt components don't meet your specific needs or if you require more
> [!NOTE]
> Just getting started with Clerk and Next.js? See the [quickstart tutorial](/docs/quickstarts/remix)!
-{/* TODO: Update these Steps once Steps component accepts other headings types. These headings should be H2s. */}
-
- ### Build a sign-up page
+ ## Build a sign-up page
The following example demonstrates how to render the [``](/docs/components/authentication/sign-up) component.
@@ -25,7 +23,7 @@ If the prebuilt components don't meet your specific needs or if you require more
}
```
- ### Configure your sign-up page
+ ## Configure your sign-up page
@@ -54,7 +52,7 @@ If the prebuilt components don't meet your specific needs or if you require more
- ### Visit your new page
+ ## Visit your new page
Run your project with the following command: