From 627f9ef2dd3caeab510ae4dded441eabd54dc2bd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:26:19 +0000 Subject: [PATCH] Switch to version 2: modified registry/components/FooterBase.json --- registry/components/FooterBase.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/registry/components/FooterBase.json b/registry/components/FooterBase.json index c6c24df..95e6640 100644 --- a/registry/components/FooterBase.json +++ b/registry/components/FooterBase.json @@ -6,14 +6,14 @@ "textRules": { "logoText": { "required": false, - "default": "Contact Us ", + "default": "Webild", "example": "Company Name", "minChars": 2, "maxChars": 30 }, "copyrightText": { "required": false, - "default": "© 2025 | Contact Us ", + "default": "© 2025 | Webild", "example": "© 2025 Company Name", "minChars": 5, "maxChars": 50 @@ -51,8 +51,8 @@ }, "propsSchema": { "columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns (required)", - "logoText?": "string (default: 'Contact Us ')", - "copyrightText?": "string (default: '© 2025 | Contact Us ')", + "logoText?": "string (default: 'Webild')", + "copyrightText?": "string (default: '© 2025 | Webild')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string",