Update registry/schemas/NavbarStyleCentered.schema.json

This commit is contained in:
2026-02-18 22:48:33 +00:00
parent 5074d353b0
commit 29e25a2a70

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: 'Proofweb')",
"className?": "string (default: '')"
}
}