From 3908478d9a2a928551cff26d40cf27a29f6df934 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:48:49 +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 32f2991..0fb723e 100644 --- a/registry/components/FooterCard.json +++ b/registry/components/FooterCard.json @@ -5,14 +5,14 @@ "textRules": { "copyrightText": { "required": false, - "example": "© 2025 | Proofweb", + "example": "© 2025 | Proof Digital", "minChars": 5, "maxChars": 100, "note": "Copyright text displayed at bottom left" }, "logoText": { "required": false, - "example": "Proofweb", + "example": "Proof Digital", "minChars": 2, "maxChars": 30, "note": "Text used for SVG logo" @@ -32,14 +32,14 @@ } }, "propsSchema": { - "logoText?": "string (default: 'Proofweb')", - "copyrightText?": "string (default: '© 2025 | Proofweb')", + "logoText?": "string (default: 'Proof Digital')", + "copyrightText?": "string (default: '© 2025 | Proof Digital')", "socialLinks?": "Array<{ icon: LucideIcon, href: string, ariaLabel: string }> - Social media links", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", "logoLineHeight?": "number (default: 1.1)" }, - "usageExample": "", + "usageExample": "", "do": [ "Use for general use", "Requires socialLinks?[]"