From acb7f4aef93cfb3c26298d35082c702b1612b96b Mon Sep 17 00:00:00 2001 From: ArraysID Date: Thu, 8 May 2025 15:42:24 +0700 Subject: [PATCH] fix: update quotation marks for testimonials to use HTML entities --- apps/landing/src/app/(frontend)/_components/testimonials.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/landing/src/app/(frontend)/_components/testimonials.tsx b/apps/landing/src/app/(frontend)/_components/testimonials.tsx index 243792d..e53dcb4 100644 --- a/apps/landing/src/app/(frontend)/_components/testimonials.tsx +++ b/apps/landing/src/app/(frontend)/_components/testimonials.tsx @@ -101,7 +101,7 @@ export function Testimonials() {

- "{testimonial.quote}" + “{testimonial.quote}”