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 } }) => (