Update Reviews.astro

This commit is contained in:
itsfinniii
2026-03-25 22:14:48 +01:00
parent e179aa1743
commit 0f05090b99

View File

@@ -34,7 +34,7 @@ const reviewsToShow = reviews.reviews.slice(0, 5);
<div class="flex flex-col gap-6.5">
{ reviewsToShow.map((review) => (
<div class="flex flex-col justify-center gap-3 bg-neutral-50 py-4 px-5.5 rounded-2xl shadow-sm">
<div class="flex flex-col justify-center gap-[5px]">
<div class="flex flex-col justify-center gap-1.25">
<h4 class="text-2xl font-semibold">{review.name}</h4>
<div>
<StarRating size="small" stars={review.stars} />