Skip to content

Commit

Permalink
Merge pull request #19 from AnoshMalik/feature/Update-Input-Text
Browse files Browse the repository at this point in the history
updated_HomePage
  • Loading branch information
youweb3 authored Apr 24, 2023
2 parents 3524077 + 8d309a8 commit 8e7e8ac
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion client/src/pages/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,16 @@ export function Home() {
<div>
<Header />
<p>Hello World</p>
<textarea placeholder="Check your grammar"></textarea>
{/* this the label */}
<label htmlFor="review">Review</label>
<textarea
id="review"
name="review"
placeholder="write your message here"
rows="10"
cols="50"
></textarea>

<Footer />
</div>
/*<main role="main">
Expand Down

0 comments on commit 8e7e8ac

Please sign in to comment.