File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.limits Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -399,12 +399,10 @@ function QuotasSection({
399399
400400 return (
401401 < div className = "flex flex-col gap-3" >
402- < div className = "border-b border-grid-dimmed pb-1" >
403- < Header2 > Quotas</ Header2 >
404- </ div >
405- < Paragraph variant = "small" >
406- Quotas define the maximum resources available to your organization.
407- </ Paragraph >
402+ < Header2 className = "flex items-center gap-1" >
403+ Quotas
404+ < InfoIconTooltip content = "Quotas define the maximum resources available to your organization." />
405+ </ Header2 >
408406 < Table variant = "bright/no-hover" >
409407 < TableHeader >
410408 < TableRow >
@@ -483,10 +481,7 @@ function QuotaRow({ quota }: { quota: QuotaInfo }) {
483481function FeaturesSection ( { features } : { features : LimitsResult [ "features" ] } ) {
484482 return (
485483 < div className = "flex flex-col gap-3" >
486- < div className = "border-b border-grid-dimmed pb-1" >
487- < Header2 > Plan Features</ Header2 >
488- </ div >
489- < Paragraph variant = "small" > Features and capabilities included with your plan.</ Paragraph >
484+ < Header2 > Plan Features</ Header2 >
490485 < Table variant = "bright/no-hover" >
491486 < TableHeader >
492487 < TableRow >
You can’t perform that action at this time.
0 commit comments