File tree Expand file tree Collapse file tree
apps/web/app/(org)/dashboard/settings/organization/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,12 +112,18 @@ export function SeatManagementCard() {
112112 </ CardDescription >
113113 </ CardHeader >
114114 < div className = "flex flex-col gap-5 mt-4" >
115- < div className = "flex items-center gap-3 text-sm text-gray-11" >
115+ < div className = "flex flex-col gap-1 text-sm text-gray-11" >
116116 < span >
117117 < span className = "font-medium text-gray-12" > { proSeatsUsed } </ span > of{ " " }
118118 < span className = "font-medium text-gray-12" > { proSeatsTotal } </ span > { " " }
119- Pro seats assigned
119+ Pro seats assigned to members
120120 </ span >
121+ { activeOrganization ?. ownerIsPro && (
122+ < span className = "text-xs text-gray-10" >
123+ The organization owner is always on Cap Pro and doesn't use a
124+ seat.
125+ </ span >
126+ ) }
121127 </ div >
122128
123129 < div className = "flex flex-wrap items-center gap-4" >
You can’t perform that action at this time.
0 commit comments