Skip to content

Commit

Permalink
undelete container
Browse files Browse the repository at this point in the history
  • Loading branch information
intercalaris committed Jan 10, 2025
1 parent 9bd5dc6 commit 2fbc40f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/components/ReviewList/ReviewList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const ReviewList = (props) => {
</div>
))}
</div>

<div className="review_list_review-form-container">
<textarea
id="comment"
rows="5"
Expand All @@ -139,6 +139,8 @@ const ReviewList = (props) => {
<button id="submit-review" onClick={handleSubmit}>
Submit
</button>
</div>

</div>
)
};
Expand Down
2 changes: 1 addition & 1 deletion src/components/ReviewList/reviewList.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}

/* change to filled yellow star when clicked/hovered */
.review_list_star-rating img.review_list_star.filled {
.review_list_star-rating img.star.filled {
opacity: 1;
content: url('star-yellow.png');
}
Expand Down

0 comments on commit 2fbc40f

Please sign in to comment.