From 762b260bc11ca8ae47a51d1bf48d31fd147fb745 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 04:46:14 +0000 Subject: [PATCH] Update registry/schemas/FooterLogoEmphasis.schema.json --- registry/schemas/FooterLogoEmphasis.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/schemas/FooterLogoEmphasis.schema.json b/registry/schemas/FooterLogoEmphasis.schema.json index 718e52d..9c524fb 100644 --- a/registry/schemas/FooterLogoEmphasis.schema.json +++ b/registry/schemas/FooterLogoEmphasis.schema.json @@ -2,7 +2,7 @@ "name": "FooterLogoEmphasis", "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", "containerClassName?": "string",