Skip to content

Commit 73c924b

Browse files
committed
[PRO-112] Dashboard: Project FTUX copy changes (#8428)
<!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating the titles and text in the `ProjectFTUX` components to reflect changes in the API endpoint and improve the clarity of the secret key information. ### Detailed summary - Changed the `title` in `ProjectFTUX.tsx` from "POST /v1/auth/initiate" to "POST /v1/transactions". - Updated the text in `SecretKeySection.tsx` to clarify the reference to the full secret key, removing a comma for better readability. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fixes** * Corrected punctuation in descriptive text within the project setup guide * **Documentation** * Updated API endpoint example in the getting started section <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 2976af3 commit 73c924b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/components/ProjectFTUX/ProjectFTUX.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function GetStartedSection({ project }: { project: Project }) {
114114
</div>
115115

116116
<CodeShowcase
117-
title="POST /v1/auth/initiate"
117+
title="POST /v1/transactions"
118118
tabs={[
119119
{
120120
label: "Curl",

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/components/ProjectFTUX/SecretKeySection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function SecretKeySection(props: {
1616
<h3 className="mb-1 text-base text-foreground font-medium">Secret Key</h3>
1717
<p className="mb-3 text-muted-foreground text-sm">
1818
Identifies and authenticates your application from a backend. <br />{" "}
19-
This is not the full secret key, Refer to your saved secret key at the
19+
This is not the full secret key. Refer to your saved secret key at the
2020
time of creation for the full secret key.
2121
</p>
2222

0 commit comments

Comments
 (0)