File tree 1 file changed +13
-4
lines changed
components/dashboard/src/teams 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,20 @@ export default function () {
52
52
< div className = "flex flex-col w-96 mt-24 mx-auto items-center" >
53
53
< h1 > New Team</ h1 >
54
54
< p className = "text-gray-500 text-center text-base" >
55
- Teams allow you to < strong > manage multiple projects</ strong > , < strong > group workspaces</ strong > , and{ " " }
56
- < strong > collaborate with your team</ strong > .
55
+ < a href = "https://www.gitpod.io/docs/configure/teams" className = "gp-link" >
56
+ Teams
57
+ </ a > { " " }
58
+ allow you to manage related{ " " }
59
+ < a href = "https://www.gitpod.io/docs/configure/projects" className = "gp-link" >
60
+ projects
61
+ </ a > { " " }
62
+ and collaborate with members.
57
63
</ p >
58
64
< form className = "mt-16 w-full" onSubmit = { createTeam } >
59
- < div className = "border rounded-xl p-6 border-gray-100 dark:border-gray-800" >
60
- < h3 className = "text-center text-xl mb-6" > What's your team's name?</ h3 >
65
+ < div className = "rounded-xl p-6 bg-gray-50 dark:bg-gray-800" >
66
+ < h3 className = "text-left text-lg" > You're creating a new team</ h3 >
67
+ < p className = "text-gray-500" > After creating a team, you can invite others to join.</ p >
68
+ < br />
61
69
< h4 > Team Name</ h4 >
62
70
< input
63
71
autoFocus
@@ -78,6 +86,7 @@ export default function () {
78
86
</ button >
79
87
</ div >
80
88
</ form >
89
+
81
90
< p className = "text-center w-full mt-12 text-gray-500" >
82
91
< strong > Teams & Projects</ strong > are currently in Beta.{ " " }
83
92
< a
You can’t perform that action at this time.
0 commit comments