File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -308,6 +308,10 @@ export default function NewProject() {
308
308
) }
309
309
</ div >
310
310
) }
311
+ < p className = "text-left w-full mt-12 text-gray-500" >
312
+ < strong > Teams & Projects</ strong > are currently in Beta.< br />
313
+ < a href = "https://github.com/gitpod-io/gitpod/issues/5095" target = "_blank" rel = "noopener" className = "gp-link" > Send feedback.</ a >
314
+ </ p >
311
315
</ >
312
316
) ;
313
317
Original file line number Diff line number Diff line change @@ -45,5 +45,9 @@ export default function () {
45
45
< button className = "secondary" onClick = { ( ) => history . push ( '/' ) } > Cancel</ button >
46
46
</ div >
47
47
</ form >
48
+ < p className = "text-left w-full p-6 mt-6 text-gray-500" >
49
+ < strong > Teams & Projects</ strong > are currently in Beta.< br />
50
+ < a href = "https://github.com/gitpod-io/gitpod/issues/5095" target = "_blank" rel = "noopener" className = "gp-link" > Send feedback.</ a >
51
+ </ p >
48
52
</ div > ;
49
53
}
You can’t perform that action at this time.
0 commit comments