Skip to content

Commit 63857b0

Browse files
authored
Makes it clear you only get preview branches if you’re on v4 (#2343)
1 parent b985843 commit 63857b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/webapp/app/components/BlankStatePanels.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,10 @@ export function BranchesNoBranchableEnvironment() {
477477
Preview branches in Trigger.dev create isolated environments for testing new features before
478478
production.
479479
</Paragraph>
480+
<Paragraph variant="small">
481+
You must be on <V4Badge inline /> to access preview branches. Read our{" "}
482+
<TextLink to={docsPath("upgrade-to-v4")}>upgrade to v4 guide</TextLink> to learn more.
483+
</Paragraph>
480484
</InfoPanel>
481485
);
482486
}

0 commit comments

Comments
 (0)