Skip to content

Commit ca4d157

Browse files
samejr0ski
authored andcommitted
Copy updates
1 parent c5a1050 commit ca4d157

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

apps/webapp/app/components/BlankStatePanels.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ function DeploymentOnboardingSteps() {
637637
GitHub
638638
</ClientTabsTrigger>
639639
<ClientTabsTrigger value={"cli"} variant="segmented" layoutId="deploy-tabs">
640-
CLI
640+
Manual
641641
</ClientTabsTrigger>
642642
<ClientTabsTrigger value={"github-actions"} variant="segmented" layoutId="deploy-tabs">
643643
GitHub Actions
@@ -647,7 +647,8 @@ function DeploymentOnboardingSteps() {
647647
<StepNumber stepNumber="1" title="Connect your GitHub repository" />
648648
<StepContentContainer>
649649
<Paragraph spacing>
650-
Connect your GitHub repository to automatically deploy whenever you push.
650+
Deploy automatically with every push. Read the{" "}
651+
<TextLink to={docsPath("github-integration")}>full guide</TextLink>.
651652
</Paragraph>
652653
<div className="w-fit">
653654
<GitHubConnectionPrompt

0 commit comments

Comments
 (0)