From 5e6bb7aa111d707deb25cab7a47cb8f3c497aa5c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:39 +0000 Subject: [PATCH] Update registry/schemas/FooterMedia.schema.json --- registry/schemas/FooterMedia.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/schemas/FooterMedia.schema.json b/registry/schemas/FooterMedia.schema.json index 2d4953c..b081187 100644 --- a/registry/schemas/FooterMedia.schema.json +++ b/registry/schemas/FooterMedia.schema.json @@ -6,8 +6,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", - "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",