From a592dfbb9d9e6e15f87416b7a1b881a16bdcb775 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:48:21 +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 f8f6291..c22b345 100644 --- a/registry/components/FooterLogoEmphasis.json +++ b/registry/components/FooterLogoEmphasis.json @@ -5,7 +5,7 @@ "textRules": { "logoText": { "required": false, - "default": "Webild", + "default": "Proofweb", "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: 'Webild')", + "logoText?": "string (default: 'Proofweb')", "ariaLabel?": "string (default: 'Site footer')", "className?": "string" },