From a47650bd196f3a110a7ebe8523211dc7d44bfa05 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:48:50 +0000 Subject: [PATCH] Update registry/components/FooterLogoEmphasis.json --- registry/components/FooterLogoEmphasis.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/components/FooterLogoEmphasis.json b/registry/components/FooterLogoEmphasis.json index c22b345..9964441 100644 --- a/registry/components/FooterLogoEmphasis.json +++ b/registry/components/FooterLogoEmphasis.json @@ -5,7 +5,7 @@ "textRules": { "logoText": { "required": false, - "default": "Proofweb", + "default": "Proof Digital", "example": "Company Name", "minChars": 2, "maxChars": 30 @@ -40,7 +40,7 @@ }, "propsSchema": { "columns": "Array<{ items: Array<{ label: string, href?: string, onClick?: () => void }> }> - Footer navigation columns (required, max 5)", - "logoText?": "string (default: 'Proofweb')", + "logoText?": "string (default: 'Proof Digital')", "ariaLabel?": "string (default: 'Site footer')", "className?": "string" },