From 0bf636ffb915a2cbb24f2cb58a08cf8d448a23b6 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 17 Feb 2026 15:26:13 +0200 Subject: [PATCH] Bob AI: Move the heart icon to the right top corner of each testimon --- .../sections/testimonial/TestimonialCardThirteen.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/sections/testimonial/TestimonialCardThirteen.tsx b/src/components/sections/testimonial/TestimonialCardThirteen.tsx index 9779531..aea0fd6 100644 --- a/src/components/sections/testimonial/TestimonialCardThirteen.tsx +++ b/src/components/sections/testimonial/TestimonialCardThirteen.tsx @@ -115,10 +115,12 @@ const TestimonialCard = memo(({ )} -

- {testimonial.testimonial} -

- +
+ +

+ {testimonial.testimonial} +

+