Update registry/components/FooterLogoEmphasis.json

This commit is contained in:
2026-02-24 04:45:59 +00:00
parent 21bbc6a58d
commit 3c73eca13e

View File

@@ -5,7 +5,7 @@
"textRules": {
"logoText": {
"required": false,
"default": "Webild",
"default": "North Star Marketing Lab ",
"example": "Company Name",
"minChars": 2,
"maxChars": 30
@@ -40,7 +40,7 @@
},
"propsSchema": {
"columns": "Array<{ items: Array<{ label: string, href?: string, onClick?: () => void }> }> - Footer navigation columns (required, max 5)",
"logoText?": "string (default: 'Webild')",
"logoText?": "string (default: 'North Star Marketing Lab ')",
"ariaLabel?": "string (default: 'Site footer')",
"className?": "string"
},