Skip to content

Commit 805820f

Browse files
authored
Merge pull request #958 from TechnologyEnhancedLearning/TD-5302-Contactuspage-HeadingCorrection
TD-5302-Fix for Contact Us Page - Two headings have the same heading level
2 parents 7eed17f + c45072a commit 805820f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

LearningHub.Nhs.WebUI/Views/Home/Contactus.cshtml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
<li class="nhsuk-grid-column-one-half nhsuk-card-group__item">
3232
<div class="nhsuk-card nhsuk-card--clickable">
3333
<div class="nhsuk-card__content">
34-
<h2 class="nhsuk-card__heading nhsuk-heading-m">
34+
<h3 class="nhsuk-card__heading nhsuk-heading-m">
3535
<a class="nhsuk-card__link" target="_blank" href="@options.Value.SupportUrls.SupportSite">Support site</a>
36-
</h2>
36+
</h3>
3737
<p class="nhsuk-card__description">
3838
Visit our support site for help on using the Learning Hub.
3939
</p>
@@ -44,9 +44,9 @@
4444
<li class="nhsuk-grid-column-one-half nhsuk-card-group__item">
4545
<div class="nhsuk-card nhsuk-card--clickable">
4646
<div class="nhsuk-card__content">
47-
<h2 class="nhsuk-card__heading nhsuk-heading-m">
47+
<h3 class="nhsuk-card__heading nhsuk-heading-m">
4848
<a class="nhsuk-card__link" target="_blank" href="@options.Value.SupportUrls.SupportForm">Support team</a>
49-
</h2>
49+
</h3>
5050
<p class="nhsuk-card__description">
5151
Complete our form to ask the support team for help.
5252
</p>
@@ -58,9 +58,9 @@
5858
<li class="nhsuk-grid-column-one-half nhsuk-card-group__item">
5959
<div class="nhsuk-card nhsuk-card--clickable">
6060
<div class="nhsuk-card__content">
61-
<h2 class="nhsuk-card__heading nhsuk-heading-m">
61+
<h3 class="nhsuk-card__heading nhsuk-heading-m">
6262
<a href="@options.Value.SupportUrls.SupportFeedbackForm" target="_blank">Share feedback</a>
63-
</h2>
63+
</h3>
6464
<p class="nhsuk-card__description">
6565
Share your feedback to help us improve the platform.
6666
</p>
@@ -71,9 +71,9 @@
7171
<li class="nhsuk-grid-column-one-half nhsuk-card-group__item">
7272
<div class="nhsuk-card nhsuk-card--clickable">
7373
<div class="nhsuk-card__content">
74-
<h2 class="nhsuk-card__heading nhsuk-heading-m">
74+
<h3 class="nhsuk-card__heading nhsuk-heading-m">
7575
<a class="nhsuk-card__link" href="@options.Value.SupportUrls.ContributeUR">Contribute to user research</a>
76-
</h2>
76+
</h3>
7777
<p class="nhsuk-card__description">
7878
Influence the future development of the Learning Hub.
7979
</p>

0 commit comments

Comments
 (0)