From 3db69ea02407916bcc03f8c11f0ae475c2eba0bf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:44:50 +0000 Subject: [PATCH] Update registry/schemas/FooterCard.schema.json --- registry/schemas/FooterCard.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/schemas/FooterCard.schema.json b/registry/schemas/FooterCard.schema.json index 349d749..1019935 100644 --- a/registry/schemas/FooterCard.schema.json +++ b/registry/schemas/FooterCard.schema.json @@ -1,8 +1,8 @@ { "name": "FooterCard", "propsSchema": { - "logoText?": "string (default: 'Contact Us ')", - "copyrightText?": "string (default: '© 2025 | Contact Us ')", + "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",