Skip to content
This repository was archived by the owner on Dec 30, 2023. It is now read-only.

Commit

Permalink
completed
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepak Kumar committed Aug 16, 2021
1 parent e45ed20 commit b867d7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/FileUpload.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,13 @@ const FileUpload = (props) => {
</div>
<form onSubmit={formSubmission} className="form-up">
<div className="row">
<h2 className="details">Reciver Details</h2>
<h2 className="details">Receiver Details</h2>
<div className="input_field authtitle">
<input
type="text"
id="fname"
name="fname"
placeholder="Reciver's Account ID"
placeholder="Receiver's Account ID"
required={true}
onChange={nameChangeHandler}
value={name}
Expand Down

0 comments on commit b867d7c

Please sign in to comment.