From d284010e2855d5f8c6fdb3c6a2e3219b6a8076fa Mon Sep 17 00:00:00 2001 From: itsfinniii <102350242+itsfinniii@users.noreply.github.com> Date: Fri, 24 Apr 2026 18:21:25 +0200 Subject: [PATCH] Make text part greyer --- astro/src/components/web/Reviews.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro/src/components/web/Reviews.astro b/astro/src/components/web/Reviews.astro index d602ab9..12e26cf 100644 --- a/astro/src/components/web/Reviews.astro +++ b/astro/src/components/web/Reviews.astro @@ -37,7 +37,7 @@ const reviewsToShow = reviews.reviews.slice(0, 5);
{ reviewsToShow.map((review) => ( -
+

{review.name}