Skip to content

Commit fd7bbdd

Browse files
committed
Update new team page layout
1 parent 1bcdf0e commit fd7bbdd

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

components/dashboard/src/teams/NewTeam.tsx

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,20 @@ export default function () {
5252
<div className="flex flex-col w-96 mt-24 mx-auto items-center">
5353
<h1>New Team</h1>
5454
<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.
5763
</p>
5864
<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 />
6169
<h4>Team Name</h4>
6270
<input
6371
autoFocus
@@ -78,6 +86,7 @@ export default function () {
7886
</button>
7987
</div>
8088
</form>
89+
8190
<p className="text-center w-full mt-12 text-gray-500">
8291
<strong>Teams &amp; Projects</strong> are currently in Beta.{" "}
8392
<a

0 commit comments

Comments
 (0)