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