From 25e8949f924d6aa6d5ed52c55b1c39b8ac7bf33f Mon Sep 17 00:00:00 2001 From: Alexis Aguilar <98043211+alexisintech@users.noreply.github.com> Date: Wed, 29 Nov 2023 12:57:14 -0500 Subject: [PATCH] update navigation-copy section --- STYLEGUIDE.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/STYLEGUIDE.md b/STYLEGUIDE.md index 20d82a1857..560d4113cb 100644 --- a/STYLEGUIDE.md +++ b/STYLEGUIDE.md @@ -415,14 +415,18 @@ Be sure to use the correct term with components vs functions. > The `` component accepts the `signUpProps` parameter. The `buildUrlWithAuth()` function accepts the `to` property. -### 4.10 Start and end every Clerk Dashboard operation with specific links to the Clerk Dashboard +### 4.10 Navigating users should have clear instructions and should include direct links to the Clerk Dashboard -When telling learners to perform an operation in the Clerk Dashboard, begin with "In your Clerk Dashboard" and a link to **`https://dashboard.clerk.com/`**. Then end with a link to the page you are directing them to with this URL syntax: **`https://dashboard.clerk.com/last-active?path=PAGE`** +When telling learners to perform an operation in the Clerk Dashboard, begin with "In your Clerk Dashboard". Then, end with a link to the page you are directing them to with this URL syntax: **`https://dashboard.clerk.com/last-active?path=PAGE`** #### Do -> In your [Clerk Dashboard](https://dashboard.clerk.com/), navigate to **[User & Authentication](https://dashboard.clerk.com/last-active?path=user-authentication)**. +> In your Clerk Dashboard, navigate to **[User & Authentication](https://dashboard.clerk.com/last-active?path=user-authentication)**. + +> To specify the fallback redirects, in the Clerk Dashboard, go to the **[Account Portal](https://dashboard.clerk.com/last-active?path=account-portal)** page and open the **Redirects** tab. #### Don't -> Go to **User & Authentication** in your dasboard. \ No newline at end of file +> Go to **User & Authentication** in your dashboard. + +> Find fallback redirects in the Redirect tab on the Account Portal in the Clerk Dashboard. \ No newline at end of file