Skip to content

Commit dad112c

Browse files
committed
Adds a space between the upgrade panel and the list of users
1 parent 3628890 commit dad112c

File tree

1 file changed

+1
-0
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.team

1 file changed

+1
-0
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.team/route.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ export default function Page() {
209209
title="Unlock more team members"
210210
to={v3BillingPath(organization)}
211211
buttonLabel="Upgrade"
212+
panelClassName="mt-4 max-w-sm"
212213
>
213214
<Paragraph variant="small">
214215
You've used all {limits.limit} of your available team members. Upgrade your plan to

0 commit comments

Comments
 (0)