From d374f9c4fedd24142bdbf0dbc22b9b0a2569b335 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:48 +0000 Subject: [PATCH] Update registry/components/FooterMedia.json --- registry/components/FooterMedia.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/registry/components/FooterMedia.json b/registry/components/FooterMedia.json index 6e33e9e..bcfd63c 100644 --- a/registry/components/FooterMedia.json +++ b/registry/components/FooterMedia.json @@ -6,14 +6,14 @@ "textRules": { "logoText": { "required": false, - "default": "ASTROSEC", + "default": "AstroSec", "example": "Company Name", "minChars": 2, "maxChars": 30 }, "copyrightText": { "required": false, - "default": "© 2025 | ASTROSEC", + "default": "© 2025 | AstroSec", "example": "© 2025 Company Name", "minChars": 5, "maxChars": 50 @@ -66,8 +66,8 @@ "videoSrc": "string (required if no imageSrc)", "videoAriaLabel?": "string (default: 'Footer video')", "columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns (required)", - "logoText?": "string (default: 'ASTROSEC')", - "copyrightText?": "string (default: '© 2025 | ASTROSEC')", + "logoText?": "string (default: 'AstroSec')", + "copyrightText?": "string (default: '© 2025 | AstroSec')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string",