Skip to content

Commit

Permalink
Lint markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
frankieroberto committed Nov 27, 2024
1 parent 2e3059a commit a8abcd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/header/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -682,8 +682,8 @@ The header Nunjucks macro takes the following arguments:
| **organisation.descriptor** | string | No | Organisation descriptor. |
| **organisation.logoURL** | string | No | Organisation logo if using a static asset, such as PNG, is preferred. |
| **primaryLinks** | array | No | Array of navigation links for use in the header. |
| **primaryLinks[].href** | string | No | The href of a navigation item in the header. |
| **primaryLinks[].text** | string | No | The link text of a navigation item in the header. |
| **primaryLinks[].href** | string | No | The href of a navigation item in the header. |
| **primaryLinks[].text** | string | No | The link text of a navigation item in the header. |
| **primaryLinks[].classes** | string | No | Optional additional classes to add to the list item. |
| **primaryLinks[].attributes** | string | No | Any extra HTML attributes (for example data attributes) to add to the list item. |
| **transactionalService** | object | No | Object containing the _name_ and _href_ of the transactional service. |
Expand Down

0 comments on commit a8abcd0

Please sign in to comment.