diff --git a/src/components/ReviewList/ReviewList.jsx b/src/components/ReviewList/ReviewList.jsx
index a39ebe1..565752f 100644
--- a/src/components/ReviewList/ReviewList.jsx
+++ b/src/components/ReviewList/ReviewList.jsx
@@ -127,7 +127,7 @@ const ReviewList = (props) => {
))}
-
+
+
)
};
diff --git a/src/components/ReviewList/reviewList.css b/src/components/ReviewList/reviewList.css
index d1fc5da..bc87f3e 100644
--- a/src/components/ReviewList/reviewList.css
+++ b/src/components/ReviewList/reviewList.css
@@ -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');
}