From 649dafda91677c50506071e7c018988bf6da2fd4 Mon Sep 17 00:00:00 2001 From: Paul Wackerow <54227730+wackerow@users.noreply.github.com> Date: Thu, 23 Oct 2025 14:34:20 -0700 Subject: [PATCH] fix: hydration warning, un-nest ul from p tag --- app/[locale]/what-is-ethereum/page.tsx | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/app/[locale]/what-is-ethereum/page.tsx b/app/[locale]/what-is-ethereum/page.tsx index 6f610e51e17..e3bf8703dc0 100644 --- a/app/[locale]/what-is-ethereum/page.tsx +++ b/app/[locale]/what-is-ethereum/page.tsx @@ -804,20 +804,18 @@ const Page = async ({ params }: { params: PageParams }) => {

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

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

-

- {t("page-what-is-ethereum-start-business-desc-3")} - - - {t("page-what-is-ethereum-start-business-benefit-1")} - - - {t("page-what-is-ethereum-start-business-benefit-2")} - - - {t("page-what-is-ethereum-start-business-benefit-3")} - - -

+

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

+ + + {t("page-what-is-ethereum-start-business-benefit-1")} + + + {t("page-what-is-ethereum-start-business-benefit-2")} + + + {t("page-what-is-ethereum-start-business-benefit-3")} + +

{t.rich("page-what-is-ethereum-start-business-example", { a: (chunks) => (