We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1123ca3 commit d640ce4Copy full SHA for d640ce4
components/dashboard/src/teams/TeamBilling.tsx
@@ -217,7 +217,7 @@ export default function TeamBilling() {
217
</div>
218
<div className="flex-grow flex flex-col items-stretch justify-end">
219
<button className="m-0" onClick={() => checkout(tp)}>
220
- Upgrade to {tp.name}
+ Select {tp.name}
221
</button>
222
223
@@ -289,6 +289,12 @@ export default function TeamBilling() {
289
</>
290
)}
291
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>
298
</PageWithSubMenu>
299
);
300
}
0 commit comments