Skip to content

Commit 63b04a6

Browse files
committed
fix indentation
1 parent 0c194ac commit 63b04a6

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

app/views/whats-new/updates.njk

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -12,35 +12,35 @@
1212

1313
<h2>March 2026</h2>
1414

15-
{% set designHtml202603 %}
16-
<p>Added a modifier class to make the <a href="/design-system/components/header#inline-account-search">header component</a> display account links or search inline on small screens</p>
17-
<p>Changed the <a href="/design-system/components/character-count">character count component</a> to hide messages when not needed</p>
18-
<p>Improved the display of our code blocks and syntax highlighting</p>
19-
{% endset %}
20-
21-
{{ table({
22-
caption: "Updates to the service manual in March 2026",
23-
captionClasses: "nhsuk-u-visually-hidden",
24-
head: [
25-
{
26-
text: "Section",
27-
classes: "nhsuk-u-width-one-quarter"
15+
{% set designHtml202603 %}
16+
<p>Added a modifier class to make the <a href="/design-system/components/header#inline-account-search">header component</a> display account links or search inline on small screens</p>
17+
<p>Changed the <a href="/design-system/components/character-count">character count component</a> to hide messages when not needed</p>
18+
<p>Improved the display of our code blocks and syntax highlighting</p>
19+
{% endset %}
20+
21+
{{ table({
22+
caption: "Updates to the service manual in March 2026",
23+
captionClasses: "nhsuk-u-visually-hidden",
24+
head: [
25+
{
26+
text: "Section",
27+
classes: "nhsuk-u-width-one-quarter"
28+
},
29+
{
30+
text: "Update"
31+
}
32+
],
33+
rows: [
34+
[
35+
{
36+
text: "Design system"
2837
},
2938
{
30-
text: "Update"
39+
html: designHtml202603
3140
}
32-
],
33-
rows: [
34-
[
35-
{
36-
text: "Design system"
37-
},
38-
{
39-
html: designHtml202603
40-
}
41-
]
4241
]
43-
}) }}
42+
]
43+
}) }}
4444

4545
<h2>February 2026</h2>
4646

0 commit comments

Comments
 (0)