diff --git a/src/app/dashboard/agent-types/[id]/sections/page.tsx b/src/app/dashboard/agent-types/[id]/sections/page.tsx index 35e3a91..380de86 100644 --- a/src/app/dashboard/agent-types/[id]/sections/page.tsx +++ b/src/app/dashboard/agent-types/[id]/sections/page.tsx @@ -141,7 +141,7 @@ export default function AgentTypeSectionsPage() { if (isLoading) { return (
-
+
); } @@ -150,34 +150,34 @@ export default function AgentTypeSectionsPage() {
{/* Breadcrumb */}
-
{/* Page Title */}
-

+

Manage Sections for {data?.agentType.name}

-

+

Customize the order and requirements of profile sections for this agent type. Drag to reorder or use the arrow buttons.

{/* Sections List */} -
-
+
+
- + {sections.length} section{sections.length !== 1 ? 's' : ''} {hasChanges && ( @@ -192,14 +192,14 @@ export default function AgentTypeSectionsPage() {
{/* Info Box */} -
-

How Section Ordering Works

-
    +
    +

    How Section Ordering Works

    +
    • Global sections (purple badge) are automatically included for all agent types.
    • System sections (blue badge) cannot be deleted, only hidden.
    • Custom Order (yellow badge) indicates this agent type has a custom order for that section.
    • diff --git a/src/app/dashboard/agent-types/page.tsx b/src/app/dashboard/agent-types/page.tsx index 1662096..e4a8a6a 100644 --- a/src/app/dashboard/agent-types/page.tsx +++ b/src/app/dashboard/agent-types/page.tsx @@ -145,21 +145,21 @@ export default function AgentTypesPage() {
      {/* Page Title */}
      -

      Agent Types

      -

      Manage agent categories and types

      +

      Agent Types

      +

      Manage agent categories and types

      {/* Agent Types Table */} -
      -
      +
      +
      -