From 0fba4e10303409dfabb6df5ee90bd2908d344b05 Mon Sep 17 00:00:00 2001 From: Sravan1011 Date: Fri, 8 May 2026 09:33:01 +0530 Subject: [PATCH] fix: resolve hydration mismatch in img alt attribute (#2340) - Add missing alt attribute to octue sponsor image - Fix multi-line alt text on apideck image causing whitespace normalization mismatch - Fix incorrect alt text on sourcemeta image (was 'dottxt logo') - Wrap all raw tags in {isClient && ...} guards to prevent server/client theme-dependent src mismatch, matching the pattern already used by components --- pages/index.page.tsx | 196 +++++++++++++++++++++++++++---------------- 1 file changed, 126 insertions(+), 70 deletions(-) diff --git a/pages/index.page.tsx b/pages/index.page.tsx index 77af97cad..990d0e2d8 100644 --- a/pages/index.page.tsx +++ b/pages/index.page.tsx @@ -877,150 +877,206 @@ const Home = (props: any) => { target='_blank' rel='noopener noreferrer' > - + {isClient && ( + <> + octue + + )} - The Realtime Unified API
-for Accounting integrations + {isClient && ( + <> + The Realtime Unified API for Accounting integrations + + )} - The local Database for JavaScript Applications + {isClient && ( + <> + The local Database for JavaScript Applications + + )} - best website design agencies + {isClient && ( + <> + best website design agencies + + )} - Instagram Story Viewer + {isClient && ( + <> + Instagram Story Viewer + + )} - supadata logo + {isClient && ( + <> + supadata logo + + )} - dottxt logo + {isClient && ( + <> + dottxt logo + + )} - dottxt logo + {isClient && ( + <> + sourcemeta logo + + )} - n-iX logo + {isClient && ( + <> + n-iX logo + + )} - Oracle logo + {isClient && ( + <> + Oracle logo + + )} - Spin the wheel logo + {isClient && ( + <> + Spin the wheel logo + + )} - Litslink logo + {isClient && ( + <> + Litslink logo + + )} - Time Now logo + {isClient && ( + <> + Time Now logo + + )} - legasset logo + {isClient && ( + <> + legasset logo + + )}