chore: updates project invite placeholder (#2049)

This commit is contained in:
Kritika Upadhyay 2023-09-01 15:37:27 +05:30 committed by GitHub
parent 1e9f0823f8
commit 42ece0d784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -218,7 +218,7 @@ const SendProjectInvitationModal: React.FC<Props> = (props) => {
} }
</div> </div>
) : ( ) : (
<div>Select co-worker&rsquo;s email</div> <div>Select co-worker</div>
)} )}
<ChevronDownIcon className="h-3 w-3" aria-hidden="true" /> <ChevronDownIcon className="h-3 w-3" aria-hidden="true" />
</button> </button>