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