From aa6da3e261fcdcc64088a9839985cab04e9c67ff Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:36:47 +0000 Subject: [PATCH] Update registry/schemas/FooterBaseCard.schema.json --- registry/schemas/FooterBaseCard.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/schemas/FooterBaseCard.schema.json b/registry/schemas/FooterBaseCard.schema.json index ef8a4fb..c7af40c 100644 --- a/registry/schemas/FooterBaseCard.schema.json +++ b/registry/schemas/FooterBaseCard.schema.json @@ -1,9 +1,9 @@ { "name": "FooterBaseCard", "propsSchema": { - "logoText?": "string (default: 'Webild')", + "logoText?": "string (default: 'RealWeb')", "columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns", - "copyrightText?": "string (default: '© 2025 | Webild')", + "copyrightText?": "string (default: '© 2025 | RealWeb')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string",