From 7fbc9b46315ea46b3d4da8f30a292a360c3c496d Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 21 Jun 2026 09:41:13 +0000 Subject: [PATCH] Bob AI: fix build errors (attempt 1) --- src/pages/HomePage/sections/TrustedBy.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/HomePage/sections/TrustedBy.tsx b/src/pages/HomePage/sections/TrustedBy.tsx index 9273d58..803aa5a 100644 --- a/src/pages/HomePage/sections/TrustedBy.tsx +++ b/src/pages/HomePage/sections/TrustedBy.tsx @@ -12,15 +12,15 @@ export default function TrustedBy() { ]; return ( -
+
- +

Trusted by leading healthcare providers

{partners.map((partner, index) => ( -
+
{partner} @@ -31,4 +31,4 @@ export default function TrustedBy() {
); -} +} \ No newline at end of file