From 3c73eca13e1e9f5eaf3db66bfd9b2704e464fdff Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 04:45:59 +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..093ae32 100644 --- a/registry/components/FooterLogoEmphasis.json +++ b/registry/components/FooterLogoEmphasis.json @@ -5,7 +5,7 @@ "textRules": { "logoText": { "required": false, - "default": "Webild", + "default": "North Star Marketing Lab ", "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: 'North Star Marketing Lab ')", "ariaLabel?": "string (default: 'Site footer')", "className?": "string" },