Skip to content

Fix: lowercase ethereum.org in breadcrumb and footer#17700

Merged
wackerow merged 1 commit into
devfrom
fix/lowercase-ethereum-org-branding
Mar 12, 2026
Merged

Fix: lowercase ethereum.org in breadcrumb and footer#17700
wackerow merged 1 commit into
devfrom
fix/lowercase-ethereum-org-branding

Conversation

@myelinated-wackerow
Copy link
Copy Markdown
Collaborator

@myelinated-wackerow myelinated-wackerow commented Mar 2, 2026

Summary

  • Lowercased "Ethereum.org" to "ethereum.org" in the breadcrumb home link and footer site name to match the project's branding conventions

Test plan

  • [ ] Verify breadcrumb displays "ethereum.org" on any subpage
  • Verify footer displays "ethereum.org"

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: wackerow <54227730+wackerow@users.noreply.github.com>
@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 2, 2026

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit f00086f
🔍 Latest deploy log https://app.netlify.com/projects/ethereumorg/deploys/69a617643997d700085f8a92
😎 Deploy Preview https://deploy-preview-17700.ethereum.it
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
7 paths audited
Performance: 56 (🔴 down 4 from production)
Accessibility: 94 (🟢 up 1 from production)
Best Practices: 100 (no change from production)
SEO: 99 (no change from production)
PWA: 59 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions Bot added the tooling 🔧 Changes related to tooling of the project label Mar 2, 2026
@wackerow wackerow changed the base branch from master to dev March 4, 2026 04:27
@@ -59,7 +59,7 @@ const Breadcrumbs = ({ slug, startDepth = 0, ...props }: BreadcrumbsProps) => {
? [
{
fullPath: "/",
text: "Ethereum.org",
text: "ethereum.org",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Realizing this one doesn't actually matter since we all-caps the breadcrumbs, but doesn't hurt I suppose)

@wackerow wackerow merged commit 6ba4aee into dev Mar 12, 2026
14 of 15 checks passed
@wackerow wackerow deleted the fix/lowercase-ethereum-org-branding branch March 12, 2026 21:25
@khalidbalosh211-ux
Copy link
Copy Markdown

@wackerow wackerow mentioned this pull request Mar 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tooling 🔧 Changes related to tooling of the project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants