Skip to content

Commit

Permalink
feat: AC done, red heart as likes
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmansilla committed Dec 14, 2023
1 parent 3185e5f commit ec8f580
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/LikesReview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ function LikesReview({ reviewUsername, recipeId, reviewId, initialLikes, likedBy
<FontAwesomeIcon
icon={faHeart}
onClick={handleLikeClick}
style={cursorStyle}
style={{ color: 'red', cursorStyle }}

/>
</Col>
<Col sm={8}>
Expand Down

0 comments on commit ec8f580

Please sign in to comment.