refactor: update header navigation to dashboard, rename edit profile labels, and update professional search placeholder
This commit is contained in:
@@ -687,7 +687,7 @@ function ProfilesPageContent() {
|
||||
<div className="relative">
|
||||
<input
|
||||
type="text"
|
||||
placeholder="Search Agents"
|
||||
placeholder="Search Professionals"
|
||||
value={searchQuery}
|
||||
onChange={(e) => setSearchQuery(e.target.value)}
|
||||
onKeyDown={(e) => e.key === 'Enter' && handleSearch()}
|
||||
|
||||
Reference in New Issue
Block a user