From 3a5699351d618b36a0dce58c09ed4ea607b52cf9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:46:40 +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 acbd016..3c42285 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?[]"