File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed
Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,12 @@ export function Scaling() {
4747 < h1 className = "text-xl text-center" > Here we go!</ h1 >
4848 < ClusterProgress cluster = { cluster } forceProgressBarVisible = { true } />
4949 < p > Your cluster is updating with the latest changes. This includes waiting several minutes to let
50- traffic drain safely. < span className = "text-muted-foreground" > We will let you know when we are ready
51- for you to connect! In the meantime, may I suggest a cup of water, tea or perhaps a hot bean juice?
52- ☕</ span > </ p >
50+ traffic drain safely.
51+ < span className = "text-muted-foreground" >
52+ We will let you know when we are ready for you to connect! In the meantime, join us
53+ on < a href = "https://discord.gg/VzZuaw3Xay" target = "_blank" > Discord</ a > ! Get real-time help from our
54+ engineers, see feature drops early, and connect with others building on Fabric.</ span >
55+ </ p >
5356 </ div >
5457 </ NestedContentWithSubNavMenu >
5558 ) ;
Original file line number Diff line number Diff line change @@ -89,9 +89,12 @@ export function StartingUp() {
8989 < h1 className = "text-xl text-center" > Here we go!</ h1 >
9090 < ClusterProgress cluster = { cluster } forceProgressBarVisible = { true } />
9191 < p > Your cluster is spinning up with the latest changes, including your own DNS records and private
92- connections. Please wait while we get everything going. < span className = "text-muted-foreground" > We will
93- let you know when we are ready for you to connect! In the meantime, may I suggest a cup of water, tea
94- or perhaps a hot bean juice? ☕</ span > </ p >
92+ connections. Please wait while we get everything going.
93+ < span className = "text-muted-foreground" >
94+ We will let you know when we are ready for you to connect! In the meantime, join us
95+ on < a href = "https://discord.gg/VzZuaw3Xay" target = "_blank" > Discord</ a > ! Get real-time help from our
96+ engineers, see feature drops early, and connect with others building on Fabric.</ span >
97+ </ p >
9598 </ div >
9699 </ NestedContentWithSubNavMenu >
97100 ) ;
You can’t perform that action at this time.
0 commit comments