Skip to content

Commit da1370b

Browse files
committed
Log retention shows contact us button on Pro
1 parent 9ed8393 commit da1370b

File tree

1 file changed

+4
-1
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.limits

1 file changed

+4
-1
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.limits/route.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,10 @@ function QuotaRow({
586586
View plans
587587
</LinkButton>
588588
) : (
589-
<span className="text-xs text-text-dimmed">Max reached</span>
589+
<Feedback
590+
button={<Button variant="secondary/small">Contact us</Button>}
591+
defaultValue="help"
592+
/>
590593
)}
591594
</div>
592595
</TableCell>

0 commit comments

Comments
 (0)