|
1 | 1 | {% extends "layout.html" %}
|
2 | 2 |
|
3 | 3 | {% block pageTitle %}
|
4 |
| -Support – GOV.UK Prototype Kit |
| 4 | + Support – GOV.UK Prototype Kit |
5 | 5 | {% endblock %}
|
6 | 6 |
|
7 | 7 | {% block beforeContent %}
|
8 |
| - {{ govukBreadcrumbs({ |
| 8 | + {{ govukBreadcrumbs({ |
9 | 9 | items: [
|
10 | 10 | {
|
11 | 11 | text: "GOV.UK Prototype Kit",
|
|
20 | 20 | <div class="govuk-grid-row">
|
21 | 21 | <div class="govuk-grid-column-two-thirds">
|
22 | 22 |
|
23 |
| - <h1 class="govuk-heading-xl">Support</h1> |
| 23 | + <h1 class="govuk-heading-xl">Support</h1> |
24 | 24 |
|
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> |
26 | 28 |
|
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> |
28 | 32 |
|
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> |
30 | 36 |
|
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> |
32 | 39 |
|
| 40 | + </div> |
33 | 41 | </div>
|
34 |
| -</div> |
35 | 42 |
|
36 | 43 | {% endblock %}
|
0 commit comments