Skip to content

Commit d640ce4

Browse files
Jurgen Leschnerroboquat
authored andcommitted
Add instruction and link to docs
1 parent 1123ca3 commit d640ce4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

components/dashboard/src/teams/TeamBilling.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ export default function TeamBilling() {
217217
</div>
218218
<div className="flex-grow flex flex-col items-stretch justify-end">
219219
<button className="m-0" onClick={() => checkout(tp)}>
220-
Upgrade to {tp.name}
220+
Select {tp.name}
221221
</button>
222222
</div>
223223
</div>
@@ -289,6 +289,12 @@ export default function TeamBilling() {
289289
</>
290290
)}
291291
</div>
292+
<div className="mt-4 text-gray-500">
293+
Team Billing automatically adds all members to the plan.{" "}
294+
<a href="https://www.gitpod.io/docs/team-billing" rel="noopener" className="gp-link">
295+
Learn more
296+
</a>
297+
</div>
292298
</PageWithSubMenu>
293299
);
294300
}

0 commit comments

Comments
 (0)