refactor: update header navigation to dashboard, rename edit profile labels, and update professional search placeholder

This commit is contained in:
pradeepkumar
2026-04-29 16:57:01 +05:30
parent 8f75a2528e
commit 84605b99ea
2 changed files with 5 additions and 7 deletions

View File

@@ -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()}