Skip to content

Commit

Permalink
fix(pdc-dashboard): set the text & href attributes of logo-button to …
Browse files Browse the repository at this point in the history
…required
  • Loading branch information
AliKdhim87 committed Oct 10, 2023
1 parent 1f4c229 commit d3d6378
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/pdc-dashboard/src/components/components/logo-button.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@
"type": "string"
},
"href": {
"type": "string"
"type": "string",
"required": true
},
"text": {
"type": "string"
"type": "string",
"required": true
},
"logo": {
"type": "enumeration",
Expand Down

0 comments on commit d3d6378

Please sign in to comment.