diff --git a/astro/src/components/web/Reviews.astro b/astro/src/components/web/Reviews.astro index 8a722b8..354aa51 100644 --- a/astro/src/components/web/Reviews.astro +++ b/astro/src/components/web/Reviews.astro @@ -19,8 +19,8 @@ const averageStars = Math.round((totalStars / totalReviews) * 10) / 10; const reviewsToShow = reviews.reviews.slice(0, 5); --- -