Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/witty-snails-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@docs/ensnode": patch
"@docs/ensrainbow": patch
---

Capitalize "Namehash Labs" to "NameHash Labs"
2 changes: 1 addition & 1 deletion docs/ensnode.io/src/components/organisms/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default function Footer({ ...props }: FooterProps) {
<NameHashLabsLogo />

<p className="text-sm font-light text-gray-500 max-w-[339px] leading-6">
Founded in 2022, Namehash Labs is a technology organization dedicated to
Founded in 2022, NameHash Labs is a technology organization dedicated to
infrastructure-level solutions that helps the Ethereum Name Service (ENS) Protocol
grow.
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/ensnode.io/src/content/docs/ensrainbow/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { LinkCard } from '@astrojs/starlight/components';

ENSRainbow is an open-source public good designed to make the "unknown, known" by healing millions of unknown ENS (Ethereum Name Service) names. It functions as a sidecar service for ENSNode, the multichain indexer for ENSv2.

ENSRainbow builds upon work from The Graph Protocol (original ENS rainbow tables) and ENS Labs (ENS Subgraph development and maintenance). It is part of the Namehash Labs suite of tools dedicated to supporting the growth of the ENS Protocol.
ENSRainbow builds upon work from The Graph Protocol (original ENS rainbow tables) and ENS Labs (ENS Subgraph development and maintenance). It is part of the NameHash Labs suite of tools dedicated to supporting the growth of the ENS Protocol.

## The Problem: Unknown Labels

Expand Down
2 changes: 1 addition & 1 deletion docs/ensrainbow.io/src/components/organisms/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function Footer({ ...props }: FooterProps) {
<NameHashLabsLogo />

<p className="text-sm font-light text-gray-500 max-w-[339px] leading-6">
Founded in 2022, Namehash Labs is a technology organization dedicated to
Founded in 2022, NameHash Labs is a technology organization dedicated to
infrastructure-level solutions that helps the Ethereum Name Service (ENS) Protocol
grow.
</p>
Expand Down