From 1ddd00a3c5ca0b848588931ae37737a2981a4a9d Mon Sep 17 00:00:00 2001 From: AbdQudus Gbadamosi <85309655+abdqudus@users.noreply.github.com> Date: Sun, 17 Dec 2023 08:57:22 +0100 Subject: [PATCH] [#308] Some Images missing "alt" property Fixes #308 This pull request addresses missing alt property in some images reported in #308 . The changes iinclude setting the alt value to the name of the person testifying. --- src/components/Testimonials.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Testimonials.jsx b/src/components/Testimonials.jsx index a2f1390..f293e0f 100644 --- a/src/components/Testimonials.jsx +++ b/src/components/Testimonials.jsx @@ -129,7 +129,7 @@ export function Testimonials() { testimonial.author.username + '.png' } - alt="" + alt={`${testimonial.author.name} image} width={56} height={56} />