You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h3className="self-center text-gray-500 dark:text-gray-400 mb-4">No Active Teams</h3>
463
-
<divclassName="text-gray-500 mb-6">Get started by creating a team<br/> and adding team members. <ahref="https://www.gitpod.io/docs/teams/"target="_blank"rel="noopener"className="gp-link">Learn more</a></div>
<h3className="self-center text-gray-500 dark:text-gray-400 mb-4">No Active Team Plans</h3>
463
+
<divclassName="text-gray-500 mb-6">Get started by creating a team plan<br/> and adding team members. <ahref="https://www.gitpod.io/docs/teams/"target="_blank"rel="noopener"className="gp-link">Learn more</a></div>
464
+
<buttonclassName="self-center"onClick={()=>showCreateTeamModal()}>Create Team Plan</button>
465
465
</div>
466
466
</div>
467
467
)}
@@ -526,7 +526,7 @@ function AllTeams() {
526
526
<divclassName="flex flex-row">
527
527
<divclassName="flex-grow ">
528
528
<h3className="self-center">All Teams</h3>
529
-
<h2>Manage teams and team members.</h2>
529
+
<h2>Manage team plans and team members.</h2>
530
530
</div>
531
531
</div>
532
532
)}
@@ -609,7 +609,7 @@ function AddMembersModal(props: {
0 commit comments