Update registry/schemas/NavbarStyleCentered.schema.json

This commit is contained in:
2026-03-06 07:48:42 +00:00
parent 3ceaaf8b24
commit ebb37458a3

View File

@@ -4,7 +4,7 @@
"navItems": "Array<{name: string, id: string}>",
"button": "{text: string, onClick?: () => void, href?: string}",
"topBarButton?": "{text: string, onClick?: () => void, href?: string}",
"brandName?": "string (default: 'Webild')",
"brandName?": "string (default: 'ShopHub ')",
"className?": "string (default: '')"
}
}