From c53d414d27ea5626861b3413614c9d9bc5b49066 Mon Sep 17 00:00:00 2001 From: Paul Wackerow <54227730+wackerow@users.noreply.github.com> Date: Fri, 12 Sep 2025 10:10:58 +0100 Subject: [PATCH] fix: h3 nesting hydration warning --- app/[locale]/what-is-ethereum/page.tsx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/app/[locale]/what-is-ethereum/page.tsx b/app/[locale]/what-is-ethereum/page.tsx index e93b002c0b1..e3a75c92aa5 100644 --- a/app/[locale]/what-is-ethereum/page.tsx +++ b/app/[locale]/what-is-ethereum/page.tsx @@ -681,9 +681,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => { -

- {t("page-what-is-ethereum-start-individuals-title")} -

+ {t("page-what-is-ethereum-start-individuals-title")}
@@ -754,9 +752,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => { -

- {t("page-what-is-ethereum-start-developers-title")} -

+ {t("page-what-is-ethereum-start-developers-title")}
@@ -798,9 +794,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => { -

- {t("page-what-is-ethereum-start-business-title")} -

+ {t("page-what-is-ethereum-start-business-title")}