Skip to content

Commit 03a27d7

Browse files
committed
feat: change id and classname from review to reviews
1 parent 98e801e commit 03a27d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/components/sections/ReviewsAndRatings/ReviewsAndRatings.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ interface Props {
1212
const ReviewsAndRatingsSection = ({ title }: Props) => {
1313
return (
1414
<Section
15-
id="review-and-ratings"
16-
className={`${styles.section} section-review-and-ratings layout__section`}
15+
id="reviews-and-ratings"
16+
className={`${styles.section} section-reviews-and-ratings layout__section`}
1717
>
1818
<ReviewsAndRatings title={title} />
1919
</Section>

0 commit comments

Comments
 (0)