From 2e69e8084d31396ded1a3662d6bcb793a01c8f4c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:31 +0000 Subject: [PATCH] Update 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 3c42285..acbd016 100644 --- a/registry/components/FooterCard.json +++ b/registry/components/FooterCard.json @@ -6,14 +6,14 @@ "textRules": { "copyrightText": { "required": false, - "example": "© 2025 | AstroSec", + "example": "© 2025 | ASTROSEC", "minChars": 5, "maxChars": 100, "note": "Copyright text displayed at bottom left" }, "logoText": { "required": false, - "example": "AstroSec", + "example": "ASTROSEC", "minChars": 2, "maxChars": 30, "note": "Text used for SVG logo" @@ -33,8 +33,8 @@ } }, "propsSchema": { - "logoText?": "string (default: 'AstroSec')", - "copyrightText?": "string (default: '© 2025 | AstroSec')", + "logoText?": "string (default: 'ASTROSEC')", + "copyrightText?": "string (default: '© 2025 | ASTROSEC')", "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?[]"