From 212b7ae3e97e9e80ebd9a9c0c202da3ed5b610b1 Mon Sep 17 00:00:00 2001 From: Chukwumdiebube Date: Mon, 20 Mar 2023 18:44:27 +0100 Subject: [PATCH] justified the row-images --- src/pages/About.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/About.js b/src/pages/About.js index f72deb8..77aac96 100644 --- a/src/pages/About.js +++ b/src/pages/About.js @@ -318,7 +318,7 @@ You drive to work, drive to the store, maybe drive your kids to school, drive ba {/* TEAM MEMBERS HOLDER */}
-
+
{Testimonial.map(({name, title, image, link: {domain, href}}, idx) => ( <> {/* TEAM MEMBER #1 */} -- 2.34.1