From a2c743fd2de06a0aea8e88eeca6a8cc8714285ea Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:26:24 +0000 Subject: [PATCH] Switch to version 2: modified registry/components/NavbarLayoutFloatingInline.json --- registry/components/NavbarLayoutFloatingInline.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/components/NavbarLayoutFloatingInline.json b/registry/components/NavbarLayoutFloatingInline.json index 5537218..b193b69 100644 --- a/registry/components/NavbarLayoutFloatingInline.json +++ b/registry/components/NavbarLayoutFloatingInline.json @@ -10,7 +10,7 @@ "required": false, "minChars": 2, "maxChars": 20, - "example": "Contact Us ", + "example": "Webild", "fallbackBehavior": "Shows brandName text" }, "buttonRules": { @@ -52,7 +52,7 @@ }, "propsSchema": { "navItems": "Array<{name: string, id: string}>", - "brandName?": "string (default: 'Contact Us ')", + "brandName?": "string (default: 'Webild')", "button": "{text: string, onClick?: () => void, href?: string}", "animateOnLoad?": "boolean (default: true)", "className?": "string (default: '')",