From c8e48e5f3afb8ac35ad8d9651ae2811dae9f626a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:48:59 +0000 Subject: [PATCH] Update registry/schemas/FooterLogoEmphasis.schema.json --- registry/schemas/FooterLogoEmphasis.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/schemas/FooterLogoEmphasis.schema.json b/registry/schemas/FooterLogoEmphasis.schema.json index 6597e33..80b0e31 100644 --- a/registry/schemas/FooterLogoEmphasis.schema.json +++ b/registry/schemas/FooterLogoEmphasis.schema.json @@ -2,7 +2,7 @@ "name": "FooterLogoEmphasis", "propsSchema": { "columns": "Array<{ items: Array<{ label: string, href?: string, onClick?: () => void }> }> - Footer navigation columns (required, max 5)", - "logoText?": "string (default: 'Proofweb')", + "logoText?": "string (default: 'Proof Digital')", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", "containerClassName?": "string",