Skip to content

Commit 19ae00b

Browse files
committed
Tidy formatting of v13 support docs
1 parent 1f68972 commit 19ae00b

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

docs/v13/views/support.html

+15-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{% extends "layout.html" %}
22

33
{% block pageTitle %}
4-
Support – GOV.UK Prototype Kit
4+
Support – GOV.UK Prototype Kit
55
{% endblock %}
66

77
{% block beforeContent %}
8-
{{ govukBreadcrumbs({
8+
{{ govukBreadcrumbs({
99
items: [
1010
{
1111
text: "GOV.UK Prototype Kit",
@@ -20,17 +20,24 @@
2020
<div class="govuk-grid-row">
2121
<div class="govuk-grid-column-two-thirds">
2222

23-
<h1 class="govuk-heading-xl">Support</h1>
23+
<h1 class="govuk-heading-xl">Support</h1>
2424

25-
<p>The GOV.UK Prototype Kit is currently maintained by the <a href="https://design-system.service.gov.uk/get-in-touch/">GOV.UK Design System team</a>, who can only provide <a href="https://github.com/alphagov/govuk-prototype-kit/issues/2389">limited support</a>.</p>
25+
<p>The GOV.UK Prototype Kit is currently maintained by the
26+
<a href="https://design-system.service.gov.uk/get-in-touch/">GOV.UK Design System team</a>, who can only provide
27+
<a href="https://github.com/alphagov/govuk-prototype-kit/issues/2389">limited support</a>.</p>
2628

27-
<p>If you’ve got a question, idea or suggestion, share with the community of users on the <a href="https://ukgovernmentdigital.slack.com/archives/C0647LW4R">#govuk-prototype-kit</a> channel on cross-government Slack.<p>
29+
<p>If you’ve got a question, idea or suggestion, share with the community of users on the
30+
<a href="https://ukgovernmentdigital.slack.com/archives/C0647LW4R">#govuk-prototype-kit</a>
31+
channel on cross-government Slack.</p>
2832

29-
<p><strong>We cannot give general advice to the public. We do not have access to information about you held by government departments.</strong></p>
33+
<p>
34+
<strong>We cannot give general advice to the public. We do not have access to information about you held by government departments.</strong>
35+
</p>
3036

31-
<p>For other enquiries, use the <a href="https://www.gov.uk/contact">contact form on GOV.UK</a>.</p>
37+
<p>For other enquiries, use the
38+
<a href="https://www.gov.uk/contact">contact form on GOV.UK</a>.</p>
3239

40+
</div>
3341
</div>
34-
</div>
3542

3643
{% endblock %}

0 commit comments

Comments
 (0)