Skip to content

Commit

Permalink
updated_HomePage_Correction
Browse files Browse the repository at this point in the history
update home page with prettier

Co-Authored-By: Roman-Hal <[email protected]>
Co-Authored-By: Anosh Malik <[email protected]>
Co-Authored-By: azadehroshan <[email protected]>
  • Loading branch information
4 people committed Apr 24, 2023
1 parent 6c7b239 commit 8d309a8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions client/src/pages/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,15 @@ export function Home() {
<div>
<Header />
<p>Hello World</p>
<label htmlFor="review">Review</label>
<textarea id="review" name="review" placeholder="write your message here" rows="10" cols="50"></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>
Expand Down

0 comments on commit 8d309a8

Please sign in to comment.