From ceeb471bb4e693e61a01625ccec66dc5e7b4065e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:43:52 +0000 Subject: [PATCH] Switch to version 1: modified registry/components/FooterCard.json --- registry/components/FooterCard.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/registry/components/FooterCard.json b/registry/components/FooterCard.json index 006c455..20c1fb7 100644 --- a/registry/components/FooterCard.json +++ b/registry/components/FooterCard.json @@ -6,14 +6,14 @@ "textRules": { "copyrightText": { "required": false, - "example": "© 2025 | Webild", + "example": "© 2025 | Contact Us ", "minChars": 5, "maxChars": 100, "note": "Copyright text displayed at bottom left" }, "logoText": { "required": false, - "example": "Webild", + "example": "Contact Us ", "minChars": 2, "maxChars": 30, "note": "Text used for SVG logo" @@ -33,8 +33,8 @@ } }, "propsSchema": { - "logoText?": "string (default: 'Webild')", - "copyrightText?": "string (default: '© 2025 | Webild')", + "logoText?": "string (default: 'Contact Us ')", + "copyrightText?": "string (default: '© 2025 | Contact Us ')", "socialLinks?": "Array<{ icon: LucideIcon, href: string, ariaLabel: string }> - Social media links", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", @@ -47,7 +47,7 @@ "socialContainerClassName?": "string", "socialIconClassName?": "string" }, - "usageExample": "", + "usageExample": "", "do": [ "Use for general use", "Requires socialLinks?[]"