We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e801e commit 03a27d7Copy full SHA for 03a27d7
packages/core/src/components/sections/ReviewsAndRatings/ReviewsAndRatings.tsx
@@ -12,8 +12,8 @@ interface Props {
12
const ReviewsAndRatingsSection = ({ title }: Props) => {
13
return (
14
<Section
15
- id="review-and-ratings"
16
- className={`${styles.section} section-review-and-ratings layout__section`}
+ id="reviews-and-ratings"
+ className={`${styles.section} section-reviews-and-ratings layout__section`}
17
>
18
<ReviewsAndRatings title={title} />
19
</Section>
0 commit comments