From 7f96cbe56d5fdfc7475ae05024f2fd8e16e53676 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:26:27 +0000 Subject: [PATCH] Switch to version 2: modified 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 04308e6..718e52d 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: 'Contact Us ')", + "logoText?": "string (default: 'Webild')", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", "containerClassName?": "string",