Skip to content

Commit

Permalink
[PRMP-1349] Added NHS heading classes to headings
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbeumkes-nhs committed Dec 9, 2024
1 parent 8582fc1 commit 48c657c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function DeleteResultStage({ numberOfFiles, setDownloadStage }: Props) {
</Card.Content>
</Card>
<p>You can no longer access this record using our storage.</p>
<h2>What happens next</h2>
<h2 className="nhsuk-heading-l">What happens next</h2>
<ol>
<li>
Make sure you safely store the paper version of this record, as it may be the
Expand All @@ -56,13 +56,13 @@ function DeleteResultStage({ numberOfFiles, setDownloadStage }: Props) {
If you think you’ve made a mistake, you will need to upload this record again
</li>
</ol>
<h3>Your responsibilities after removing this record</h3>
<h3 className="nhsuk-heading-m">Your responsibilities after removing this record</h3>
<p>
Everyone in a health and care organisation is responsible for managing records
appropriately. It is important all general practice staff understand their
responsibilities for creating, and disposing of records appropriately.
</p>
<h3>Follow the Record Management Code of Practice</h3>
<h3 className="nhsuk-heading-m">Follow the Record Management Code of Practice</h3>
<p>
The{' '}
<a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,13 @@ function LloydGeorgeDownloadComplete({
</ol>
</>
)}
<h2>Your responsibilities with this record</h2>
<h2 className="nhsuk-heading-l">Your responsibilities with this record</h2>
<p>
Everyone in a health and care organisation is responsible for managing records
appropriately. It is important all general practice staff understand their
responsibilities for creating, maintaining, and disposing of records appropriately.
</p>
<h3>Follow the Record Management Code of Practice</h3>
<h3 className="nhsuk-heading-m">Follow the Record Management Code of Practice</h3>
<p>
The{' '}
<a href="https://transform.england.nhs.uk/information-governance/guidance/records-management-code">
Expand Down

0 comments on commit 48c657c

Please sign in to comment.