From e15c237605a63fa762cc87d2ec0cb79f2a048d4a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 08:37:48 +0000 Subject: [PATCH] Update registry/components/FooterLogoReveal.json --- registry/components/FooterLogoReveal.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/registry/components/FooterLogoReveal.json b/registry/components/FooterLogoReveal.json index 8722402..07afe70 100644 --- a/registry/components/FooterLogoReveal.json +++ b/registry/components/FooterLogoReveal.json @@ -5,7 +5,7 @@ "textRules": { "logoText": { "required": false, - "example": "Webild", + "example": "Wdebild", "minChars": 2, "maxChars": 30, "note": "Text used for SVG logo" @@ -19,12 +19,12 @@ } }, "propsSchema": { - "logoText?": "string (default: 'Webild')", + "logoText?": "string (default: 'Wdebild')", "logoLineHeight?": "number (default: 1.1)", "ariaLabel?": "string (default: 'Site footer')", "className?": "string" }, - "usageExample": "", + "usageExample": "", "do": [ "Use for general use" ],