Update registry/components/NavbarStyleFullscreen.json

This commit is contained in:
2026-02-24 04:46:05 +00:00
parent 2633e9f4b8
commit 9bc9cc981b

View File

@@ -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')"
},