Skip to content

Commit 81941c8

Browse files
authored
Fixes a docs link and tweaks some wording for the triggering task blank state (#1856)
1 parent bed834b commit 81941c8

File tree

1 file changed

+7
-7
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.runs._index

1 file changed

+7
-7
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.runs._index/route.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -462,13 +462,13 @@ function RunTaskInstructions() {
462462
<StepNumber stepNumber="A" title="Trigger a test run" />
463463
<StepContentContainer>
464464
<Paragraph spacing>
465-
You can perform a Run with any payload you want, or use one of our examples on the test
466-
page.
465+
Perform a test run with a payload directly from the dashboard.
467466
</Paragraph>
468467
<LinkButton
469468
to={v3TestPath(organization, project, environment)}
470-
variant="primary/medium"
469+
variant="secondary/medium"
471470
LeadingIcon={BeakerIcon}
471+
leadingIconClassName="text-lime-500"
472472
className="inline-flex"
473473
>
474474
Test
@@ -483,15 +483,15 @@ function RunTaskInstructions() {
483483
<StepNumber stepNumber="B" title="Trigger your task for real" />
484484
<StepContentContainer>
485485
<Paragraph spacing>
486-
Performing a real run depends on the type of Trigger your Task is using.
486+
Performing a real run depends on the type of trigger your task is using.
487487
</Paragraph>
488488
<LinkButton
489-
to="https://trigger.dev/docs"
490-
variant="primary/medium"
489+
to={docsPath("/triggering")}
490+
variant="docs/medium"
491491
LeadingIcon={BookOpenIcon}
492492
className="inline-flex"
493493
>
494-
How to run a task
494+
How to trigger a task
495495
</LinkButton>
496496
</StepContentContainer>
497497
</MainCenteredContainer>

0 commit comments

Comments
 (0)