From f00086fef5121111c6fb9c78e0ae613b4abb2c95 Mon Sep 17 00:00:00 2001 From: myelinated-wackerow <263208946+myelinated-wackerow@users.noreply.github.com> Date: Mon, 2 Mar 2026 23:02:33 +0000 Subject: [PATCH] fix: lowercase ethereum.org in breadcrumb/footer Co-Authored-By: Claude Opus 4.6 Co-Authored-By: wackerow <54227730+wackerow@users.noreply.github.com> --- src/components/Breadcrumbs/index.tsx | 2 +- src/components/Footer/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Breadcrumbs/index.tsx b/src/components/Breadcrumbs/index.tsx index 12836e82dc6..6688b31b143 100644 --- a/src/components/Breadcrumbs/index.tsx +++ b/src/components/Breadcrumbs/index.tsx @@ -59,7 +59,7 @@ const Breadcrumbs = ({ slug, startDepth = 0, ...props }: BreadcrumbsProps) => { ? [ { fullPath: "/", - text: "Ethereum.org", + text: "ethereum.org", }, ] : []), diff --git a/src/components/Footer/index.tsx b/src/components/Footer/index.tsx index 6564ef01804..a85566fde60 100644 --- a/src/components/Footer/index.tsx +++ b/src/components/Footer/index.tsx @@ -327,7 +327,7 @@ const Footer = async ({ lastDeployLocaleTimestamp }: FooterProps) => { href="/" className="text-lg font-bold no-underline hover:text-primary" > - Ethereum.org + ethereum.org