Update registry/schemas/NavbarStyleCentered.schema.json

This commit is contained in:
2026-02-18 22:49:03 +00:00
parent 5f607a8832
commit 468cc9be9b

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