Skip to content

Commit c37d8d2

Browse files
Switch all headings to use L instead of XL (#586)
1 parent bbdbf7e commit c37d8d2

25 files changed

+25
-25
lines changed

app/views/find-a-patient.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div class="nhsuk-grid-row">
99
<div class="nhsuk-grid-column-two-thirds">
1010

11-
<h1 class="nhsuk-heading-xl">{{ pageName }}</h1>
11+
<h1 class="nhsuk-heading-l">{{ pageName }}</h1>
1212

1313
{% set insetTextHtml %}
1414
<p>This section will soon be replaced by <b>Record vaccinations</b>. From 1 December 2025, you must record all vaccinations in the new section.

app/views/prototype-admin/reset-data.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="nhsuk-grid-row">
77
<div class="nhsuk-grid-column-two-thirds">
88

9-
<h1 class="nhsuk-heading-xl">Reset data</h1>
9+
<h1 class="nhsuk-heading-l">Reset data</h1>
1010

1111
<p class="nhsuk-u-margin-bottom-4">This will reset all the test data entered.</p>
1212

app/views/records/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div class="nhsuk-grid-row">
99
<div class="nhsuk-grid-column-full">
1010

11-
<h1 class="nhsuk-heading-xl">Records</h1>
11+
<h1 class="nhsuk-heading-l">Records</h1>
1212

1313
</div>
1414
</div>

app/views/records/no-vaccinations-recorded.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="nhsuk-grid-row">
88
<div class="nhsuk-grid-column-full">
99

10-
<h1 class="nhsuk-heading-xl">Records</h1>
10+
<h1 class="nhsuk-heading-l">Records</h1>
1111

1212
<p>You have not yet recorded any vaccinations.</p>
1313

app/views/regions/add-another-email-check.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{% block content %}
1414
<div class="nhsuk-grid-row">
1515
<div class="nhsuk-grid-column-two-thirds">
16-
<h1 class="nhsuk-heading-xl">{{ pageName }}</h1>
16+
<h1 class="nhsuk-heading-l">{{ pageName }}</h1>
1717

1818
<p>This email will be sent to {{ data["email"] }}:</p>
1919

app/views/regions/add-organisation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div class="nhsuk-grid-column-two-thirds">
1616

1717

18-
<h1 class="nhsuk-heading-xl">{{ pageName }}</h1>
18+
<h1 class="nhsuk-heading-l">{{ pageName }}</h1>
1919

2020
<form action="/regions/organisation-details" method="post">
2121

app/views/regions/check-and-send.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<div class="nhsuk-grid-row">
1515
<div class="nhsuk-grid-column-two-thirds">
1616

17-
<h1 class="nhsuk-heading-xl">{{ pageName }}</h1>
17+
<h1 class="nhsuk-heading-l">{{ pageName }}</h1>
1818

1919
{{ summaryList({
2020
rows: [

app/views/regions/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="nhsuk-grid-row">
88
<div class="nhsuk-grid-column-two-thirds">
99

10-
<h1 class="nhsuk-heading-xl">{{ pageName }}</h1>
10+
<h1 class="nhsuk-heading-l">{{ pageName }}</h1>
1111

1212
<p class="nhsuk-body-l">Invite an organisation to create an NHS Record a vaccination service (RAVS) account.</p>
1313

app/views/regions/organisation-details.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div class="nhsuk-grid-column-two-thirds">
1616

1717

18-
<h1 class="nhsuk-heading-xl">Organisation</h1>
18+
<h1 class="nhsuk-heading-l">Organisation</h1>
1919

2020
{% if organisation.legallyClosed %}
2121

app/views/regions/reactivate.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818

19-
<h1 class="nhsuk-heading-xl">Reactivate Anderson Road Pharmacy</h1>
19+
<h1 class="nhsuk-heading-l">Reactivate Anderson Road Pharmacy</h1>
2020

2121
<p>Once this organisation has been reactivated, users will be able to record vaccinations.</p>
2222

0 commit comments

Comments
 (0)