diff --git a/registry/components/NavbarStyleCentered.json b/registry/components/NavbarStyleCentered.json index 9785b4b..05681cc 100644 --- a/registry/components/NavbarStyleCentered.json +++ b/registry/components/NavbarStyleCentered.json @@ -9,7 +9,7 @@ "required": false, "minChars": 2, "maxChars": 20, - "example": "Webild", + "example": "Wdebild", "fallbackBehavior": "Shows brandName text" }, "buttonRules": { @@ -52,7 +52,7 @@ "propsSchema": { "navItems": "Array<{name: string, id: string}>", "button": "{text: string, onClick?: () => void, href?: string}", - "brandName?": "string (default: 'Webild')", + "brandName?": "string (default: 'Wdebild')", "className?": "string (default: '')" }, "usageExample": "",