From 9bc9cc981b8a1a992bf8e6f0b8e3d1336d18ce2f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 04:46:05 +0000 Subject: [PATCH] Update registry/components/NavbarStyleFullscreen.json --- registry/components/NavbarStyleFullscreen.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/components/NavbarStyleFullscreen.json b/registry/components/NavbarStyleFullscreen.json index b5ec216..7a36278 100644 --- a/registry/components/NavbarStyleFullscreen.json +++ b/registry/components/NavbarStyleFullscreen.json @@ -9,7 +9,7 @@ "required": false, "minChars": 2, "maxChars": 20, - "example": "Webild", + "example": "North Star Marketing Lab ", "fallbackBehavior": "Shows brandName text" }, "linkRules": { @@ -48,7 +48,7 @@ }, "propsSchema": { "navItems": "Array<{name: string, id: string}>", - "brandName?": "string (default: 'Webild')", + "brandName?": "string (default: 'North Star Marketing Lab ')", "bottomLeftText?": "string (default: 'Global Community')", "bottomRightText?": "string (default: 'hello@example.com')" },