Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar committed Oct 7, 2024
1 parent 0eda247 commit 906c2e0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions src/components/footer/_macro-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

## Logo

| Name | Type | Required | Description |
| --------- | -------------- | -------- | --------------------------------------------------------------------------------------- |
| logoImage | HTML or string | false | Any HTML to render an image for example embedded `<svg>` or `<img>`. |
| logoUrl | string | false | Wraps the extra logo in a link. Set the URL for the HTML `href` attribute for the link. |
| Name | Type | Required | Description |
| --------- | ------ | -------- | --------------------------------------------------------------------------------------- |
| logoImage | string | false | HTML to render an image for example embedded `<svg>` or `<img>`. |
| logoUrl | string | false | Wraps the extra logo in a link. Set the URL for the HTML `href` attribute for the link. |
12 changes: 6 additions & 6 deletions src/components/header/_macro-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
| Name | Type | Required | Description |
| ------------- | ----------------------- | -------- | ------------------------------------------------------------------------ |
| classes | string | false | Classes to be added to the masthead logo |
| large | string | false | Any HTML to render an image for example embedded `<svg>` or `<img>` |
| large | string | false | HTML to render an image for example embedded `<svg>` or `<img>` |
| small | string | false | Optionally provide a version of the logo more suited to mobile viewports |
| multipleLogos | object`<MultipleLogos>` | false | Allows for up to three logos to be used in the masthead |

Expand All @@ -37,17 +37,17 @@

## Logo

| Name | Type | Required | Description |
| ----- | ------ | -------- | ------------------------------------------------------------------------------------------------------------- |
| image | string | false | Any HTML to render an image for example embedded `<svg>` or `<img>`. Use 'ONS Logo' for the default ONS icon. |
| url | string | false | Wraps the masthead logo in a link. Set the URL for the HTML `href` attribute for the link. |
| Name | Type | Required | Description |
| ----- | ------ | -------- | --------------------------------------------------------------------------------------------------------- |
| image | string | false | HTML to render an image for example embedded `<svg>` or `<img>`. Use 'ONS Logo' for the default ONS icon. |
| url | string | false | Wraps the masthead logo in a link. Set the URL for the HTML `href` attribute for the link. |

## TitleLogo

| Name | Type | Required | Description |
| ------- | ------ | -------- | ------------------------------------------------------------------------ |
| classes | string | false | Classes to be added to the masthead logo |
| large | string | true | Any HTML to render an image for example embedded `<svg>` or `<img>` |
| large | string | true | HTML to render an image for example embedded `<svg>` or `<img>` |
| small | string | false | Optionally provide a version of the logo more suited to mobile viewports |

## ServiceLinks
Expand Down

0 comments on commit 906c2e0

Please sign in to comment.