Skip to content

Commit d575c13

Browse files
TD-5278: Remove the year from the Footer copyright notice
1 parent 44b0289 commit d575c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LearningHub.Nhs.WebUI/Views/Shared/_FooterPartial.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<li class="nhsuk-footer__list-item"><a class="nhsuk-footer__list-item-link" href="/Home/Accessibility">Accessibility statement</a></li>
2020
}
2121
</ul>
22-
<p class="nhsuk-footer__copyright">&copy; NHS England @DateTime.Now.Year</p>
22+
<p class="nhsuk-footer__copyright">&copy; NHS England</p>
2323
</div>
2424
</div>
2525

0 commit comments

Comments
 (0)