File tree Expand file tree Collapse file tree 4 files changed +458
-749
lines changed
Expand file tree Collapse file tree 4 files changed +458
-749
lines changed Original file line number Diff line number Diff line change @@ -294,12 +294,7 @@ export default function OrganizationSettingsPage() {
294294 </ div >
295295
296296 < div className = "space-y-6" >
297- { /* Billing & Seats */ }
298- { canManageOrg && organization && (
299- < BillingStatus organizationId = { organization . id } />
300- ) }
301-
302- { /* Publisher Management */ }
297+ { /* Publisher Management - Move to top for prominence */ }
303298 { canManageOrg && (
304299 < Card >
305300 < CardHeader >
@@ -325,9 +320,7 @@ export default function OrganizationSettingsPage() {
325320 < h4 className = "font-medium" >
326321 Organization Publishers ({ publishers . length } )
327322 </ h4 >
328- < Link
329- href = { `/publishers/new?org=${ organization . id } &type=organization` }
330- >
323+ < Link href = { `/publishers?org=${ organization . id } ` } >
331324 < Button className = "flex items-center" >
332325 < User className = "mr-2 h-4 w-4" />
333326 Create Publisher Profile
You can’t perform that action at this time.
0 commit comments