File tree 2 files changed +24
-0
lines changed
components/dashboard/src/settings 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -634,6 +634,18 @@ export default function () {
634
634
return (
635
635
< div >
636
636
< PageWithSettingsSubMenu title = "Plans" subtitle = "Manage account usage and billing." >
637
+ { isUsageBasedBillingEnabled && (
638
+ < Alert type = "message" className = "mb-4" >
639
+ Your account has been enabled for usage-based billing. Discover faster workspace classes and
640
+ only pay for what you actually use.{ " " }
641
+ < a className = "gp-link" href = "https://www.gitpod.io/docs/configure/billing/usage-based-billing" >
642
+ Learn more
643
+ </ a >
644
+ < br />
645
+ < br />
646
+ The old monthly plans are deprecated and will be cancelled by End of March 2023.
647
+ </ Alert >
648
+ ) }
637
649
< div className = "w-full text-center" >
638
650
< p className = "text-xl text-gray-500" >
639
651
You are currently using the{ " " }
Original file line number Diff line number Diff line change @@ -454,6 +454,18 @@ function AllTeams() {
454
454
455
455
return (
456
456
< div >
457
+ { isUsageBasedBillingEnabled && (
458
+ < Alert type = "message" className = "mb-4" >
459
+ Your account has been enabled for usage-based billing. Discover faster workspace classes and only
460
+ pay for what you actually use.{ " " }
461
+ < a className = "gp-link" href = "https://www.gitpod.io/docs/configure/billing/usage-based-billing" >
462
+ Learn more
463
+ </ a >
464
+ < br />
465
+ < br />
466
+ The old monthly plans are deprecated and will be cancelled by End of March 2023.
467
+ </ Alert >
468
+ ) }
457
469
< div className = "flex flex-row" >
458
470
< div className = "flex-grow " >
459
471
< h3 className = "self-center" > All Team Plans</ h3 >
You can’t perform that action at this time.
0 commit comments