From 3cb0424b92d588a2e57f93f3d0f0e25bb72f9d2c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 26 Sep 2023 21:47:43 +0100 Subject: [PATCH] chore(testimonials): add URLs in testimonials --- src/components/Testimonials.astro | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/components/Testimonials.astro b/src/components/Testimonials.astro index 2bf393d2f..ca36204a6 100644 --- a/src/components/Testimonials.astro +++ b/src/components/Testimonials.astro @@ -38,12 +38,17 @@ const sortedTestimonials = _(names)

What others have said

- {_(sortedTestimonials).map(({ data: { image, name, tagline, text } }) => ( + {_(sortedTestimonials).map(({ data: { image, name, tagline, text, url } }) => (