Skip to content

Commit 6f1ae23

Browse files
committed
CCM-8620: accessibility fixes
1 parent 3593b4f commit 6f1ae23

File tree

8 files changed

+10
-3
lines changed

8 files changed

+10
-3
lines changed

frontend/src/components/molecules/Footer/Footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ export function NHSNotifyFooter() {
77
<footer role='contentinfo' data-testid='page-footer'>
88
<div className='nhsuk-footer-container'>
99
<div className='nhsuk-width-container'>
10-
<h1 className='nhsuk-u-visually-hidden' data-testid='support-links'>
10+
<h2 className='nhsuk-u-visually-hidden' data-testid='support-links'>
1111
{footerContent.supportLinks}
12-
</h1>
12+
</h2>
1313
<div className='nhsuk-footer'>
1414
<ul className='nhsuk-footer__list' data-testid='footer-links'>
1515
<li className='nhsuk-footer__list-item nhsuk-footer-default__list-item'>

infrastructure/terraform/components/acct/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
| <a name="output_dns_zone"></a> [dns\_zone](#output\_dns\_zone) | n/a |
3535
| <a name="output_github_pat_ssm_param_name"></a> [github\_pat\_ssm\_param\_name](#output\_github\_pat\_ssm\_param\_name) | n/a |
3636
| <a name="output_s3_buckets"></a> [s3\_buckets](#output\_s3\_buckets) | n/a |
37+
3738
<!-- vale on -->
3839
<!-- markdownlint-enable -->
3940
<!-- END_TF_DOCS -->

infrastructure/terraform/components/app/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
|------|-------------|
5959
| <a name="output_amplify"></a> [amplify](#output\_amplify) | n/a |
6060
| <a name="output_deployment"></a> [deployment](#output\_deployment) | Deployment details used for post-deployment scripts |
61+
6162
<!-- vale on -->
6263
<!-- markdownlint-enable -->
6364
<!-- END_TF_DOCS -->

infrastructure/terraform/components/branch/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
## Outputs
3030

3131
No outputs.
32+
3233
<!-- vale on -->
3334
<!-- markdownlint-enable -->
3435
<!-- END_TF_DOCS -->

infrastructure/terraform/components/sandbox/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ No requirements.
3030
| <a name="output_cognito_user_pool_client_id"></a> [cognito\_user\_pool\_client\_id](#output\_cognito\_user\_pool\_client\_id) | n/a |
3131
| <a name="output_cognito_user_pool_id"></a> [cognito\_user\_pool\_id](#output\_cognito\_user\_pool\_id) | n/a |
3232
| <a name="output_templates_table_name"></a> [templates\_table\_name](#output\_templates\_table\_name) | n/a |
33+
3334
<!-- vale on -->
3435
<!-- markdownlint-enable -->
3536
<!-- END_TF_DOCS -->

infrastructure/terraform/modules/backend-api/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ No requirements.
1010
| Name | Description | Type | Default | Required |
1111
|------|-------------|------|---------|:--------:|
1212
| <a name="input_aws_account_id"></a> [aws\_account\_id](#input\_aws\_account\_id) | The AWS Account ID (numeric) | `string` | n/a | yes |
13-
| <a name="input_cognito_config"></a> [cognito\_config](#input\_cognito\_config) | Cognito config | <pre>object({<br/> USER_POOL_ID : string,<br/> USER_POOL_CLIENT_ID : string<br/> })</pre> | n/a | yes |
13+
| <a name="input_cognito_config"></a> [cognito\_config](#input\_cognito\_config) | Cognito config | <pre>object({<br> USER_POOL_ID : string,<br> USER_POOL_CLIENT_ID : string<br> })</pre> | n/a | yes |
1414
| <a name="input_component"></a> [component](#input\_component) | The variable encapsulating the name of this component | `string` | `"api"` | no |
1515
| <a name="input_csi"></a> [csi](#input\_csi) | CSI from the parent component | `string` | n/a | yes |
1616
| <a name="input_enable_backup"></a> [enable\_backup](#input\_enable\_backup) | Enable Backups for the DynamoDB table? | `bool` | `true` | no |
@@ -37,6 +37,7 @@ No requirements.
3737
|------|-------------|
3838
| <a name="output_api_base_url"></a> [api\_base\_url](#output\_api\_base\_url) | n/a |
3939
| <a name="output_templates_table_name"></a> [templates\_table\_name](#output\_templates\_table\_name) | n/a |
40+
4041
<!-- vale on -->
4142
<!-- markdownlint-enable -->
4243
<!-- END_TF_DOCS -->

infrastructure/terraform/modules/lambda-function/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ No modules.
2626
| Name | Description |
2727
|------|-------------|
2828
| <a name="output_function_arn"></a> [function\_arn](#output\_function\_arn) | n/a |
29+
2930
<!-- vale on -->
3031
<!-- markdownlint-enable -->
3132
<!-- END_TF_DOCS -->

infrastructure/terraform/modules/typescript-build-zip/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ No modules.
2020
| Name | Description |
2121
|------|-------------|
2222
| <a name="output_zips"></a> [zips](#output\_zips) | n/a |
23+
2324
<!-- vale on -->
2425
<!-- markdownlint-enable -->
2526
<!-- END_TF_DOCS -->

0 commit comments

Comments
 (0)