diff --git a/apps/pdc-dashboard/src/components/components/logo-button.json b/apps/pdc-dashboard/src/components/components/logo-button.json index ecf124143..10e414fed 100644 --- a/apps/pdc-dashboard/src/components/components/logo-button.json +++ b/apps/pdc-dashboard/src/components/components/logo-button.json @@ -10,10 +10,12 @@ "type": "string" }, "href": { - "type": "string" + "type": "string", + "required": true }, "text": { - "type": "string" + "type": "string", + "required": true }, "logo": { "type": "enumeration",