Skip to content

Commit 367607b

Browse files
committed
feat: Clarify cluster start up guidance re Direct vs Fabric Connect
https://harperdb.atlassian.net/browse/STUDIO-583
1 parent aa10cff commit 367607b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/features/cluster/StartingUp.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,10 @@ export function StartingUp() {
7272
<ClusterProgress cluster={cluster} forceProgressBarVisible={true} />
7373
<p>
7474
Let's set up your secure, browser-to-cluster connection
75-
now. <span className="text-muted-foreground">Did you know you connect straight to your cluster,
76-
providing a private secure connection?</span>
75+
now. <span className="text-muted-foreground">Did you know during this step, you connect straight to your
76+
cluster, providing a private secure connection? That's <em>Direct Connect</em>! Once you create your user,
77+
you will have the option to <em>Fabric Connect</em> from your Fabric account without having to sign in
78+
again.</span>
7779
</p>
7880
<div className="text-center">
7981
<ClusterCardAction cluster={cluster} />

0 commit comments

Comments
 (0)