updated
This commit is contained in:
+17
-17
@@ -42,8 +42,8 @@ const Home = (props) => {
|
||||
contains the following:
|
||||
</p>
|
||||
<h2 className="govuk-heading-s">
|
||||
<Link href="#">
|
||||
<a className="govuk-link">Accessibility</a>
|
||||
<Link href="#" className="govuk-link">
|
||||
Accessibility
|
||||
</Link>
|
||||
</h2>
|
||||
<p>
|
||||
@@ -51,10 +51,10 @@ const Home = (props) => {
|
||||
help using the site.
|
||||
</p>
|
||||
<h2 className="govuk-heading-s">
|
||||
<Link href="#">
|
||||
<a className="govuk-link">
|
||||
<Link href="#" className="govuk-link">
|
||||
|
||||
Terms and conditions
|
||||
</a>
|
||||
|
||||
</Link>
|
||||
</h2>
|
||||
<p>
|
||||
@@ -62,8 +62,8 @@ const Home = (props) => {
|
||||
site.
|
||||
</p>
|
||||
<h2 className="govuk-heading-s">
|
||||
<Link href="#">
|
||||
<a className="govuk-link">Cookies</a>
|
||||
<Link href="#" className="govuk-link">
|
||||
Cookies
|
||||
</Link>
|
||||
</h2>
|
||||
<p>
|
||||
@@ -71,14 +71,14 @@ const Home = (props) => {
|
||||
website uses them.
|
||||
</p>
|
||||
<h2 className="govuk-heading-s">
|
||||
<Link href="#">
|
||||
<a className="govuk-link">Privacy</a>
|
||||
<Link href="#" className="govuk-link">
|
||||
Privacy
|
||||
</Link>
|
||||
</h2>
|
||||
<p>View our Privacy Notice on GOV.UK.</p>
|
||||
<h2 className="govuk-heading-s">
|
||||
<Link href="#">
|
||||
<a className="govuk-link">Welsh language</a>
|
||||
<Link href="#" className="govuk-link">
|
||||
Welsh language
|
||||
</Link>
|
||||
</h2>
|
||||
<p>
|
||||
@@ -87,8 +87,8 @@ const Home = (props) => {
|
||||
Scheme.
|
||||
</p>
|
||||
<h2 className="govuk-heading-s">
|
||||
<Link href="#">
|
||||
<a className="govuk-link">Sitemap</a>
|
||||
<Link href="#" className="govuk-link">
|
||||
Sitemap
|
||||
</Link>
|
||||
</h2>
|
||||
<p>
|
||||
@@ -96,16 +96,16 @@ const Home = (props) => {
|
||||
heirarchy of the site.
|
||||
</p>
|
||||
<h2 className="govuk-heading-s">
|
||||
<Link href="#">
|
||||
<a className="govuk-link">Useful links</a>
|
||||
<Link href="#" className="govuk-link">
|
||||
Useful links
|
||||
</Link>
|
||||
</h2>
|
||||
<p>
|
||||
Links to other related websites and documents.
|
||||
</p>
|
||||
<h2 className="govuk-heading-s">
|
||||
<Link href="#">
|
||||
<a className="govuk-link">Contact</a>
|
||||
<Link href="#" className="govuk-link">
|
||||
Contact
|
||||
</Link>
|
||||
</h2>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user