refactor: rename agent type selection label to professional role for clarity

This commit is contained in:
pradeepkumar
2026-04-11 22:41:53 +05:30
parent c607818bd6
commit bfcb37c2ee

View File

@@ -288,7 +288,7 @@ export default function SignUpPage() {
backgroundSize: '1.25rem',
}}
>
<option value="">Select Agent Type</option>
<option value="">Select Professional Role</option>
{agentTypes.map((type) => (
<option key={type.id} value={type.id}>
{type.name}