Skip to content

Commit 975d7cf

Browse files
committed
/publishers/new -> /publishers
1 parent bb6de9f commit 975d7cf

File tree

4 files changed

+458
-749
lines changed

4 files changed

+458
-749
lines changed

web/src/app/orgs/[slug]/settings/page.tsx

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)