preamble text and other copy changes
This commit is contained in:
+15
-15
@@ -29,6 +29,10 @@ const Header = (props) => {
|
||||
"/case",
|
||||
"/advancedsearch",
|
||||
"/advancedsearchresults",
|
||||
"/addresssearch",
|
||||
"/addresssearchresults",
|
||||
"/case/id/[incident]",
|
||||
"/case/[ticketnumber]",
|
||||
"/dnsapplications",
|
||||
"/dnsdetails",
|
||||
"/404",
|
||||
@@ -76,15 +80,14 @@ const Header = (props) => {
|
||||
<div className="govuk-header__logo govuk-!-width-one-quarter">
|
||||
<Link
|
||||
href={t("common:gov-wales-link")}
|
||||
className="govuk-header__link govuk-link--no-underline govuk-header__link--homepage">
|
||||
|
||||
className="govuk-header__link govuk-link--no-underline govuk-header__link--homepage"
|
||||
>
|
||||
<span className="govuk-header__logotype header__logo">
|
||||
<img
|
||||
alt="gov.wales"
|
||||
src="/assets/images/cymru.svg"
|
||||
/>
|
||||
</span>
|
||||
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
@@ -213,10 +216,9 @@ const Header = (props) => {
|
||||
{hasContactLink.includes(router.pathname) == true ? (
|
||||
<Link
|
||||
href="/dns/contact-us"
|
||||
className="govuk-header__link govuk-!-margin-right-3">
|
||||
|
||||
Contact
|
||||
|
||||
className="govuk-header__link govuk-!-margin-right-3"
|
||||
>
|
||||
Contact
|
||||
</Link>
|
||||
) : (
|
||||
""
|
||||
@@ -224,7 +226,7 @@ const Header = (props) => {
|
||||
{noSignoutLink.includes(router.pathname) == true ? (
|
||||
""
|
||||
) : (
|
||||
(<Link
|
||||
<Link
|
||||
href={
|
||||
router.locale == "cy"
|
||||
? "/allgofnodi"
|
||||
@@ -233,11 +235,10 @@ const Header = (props) => {
|
||||
onClick={() => {
|
||||
handleLogout();
|
||||
}}
|
||||
className="govuk-header__link govuk-!-margin-right-3">
|
||||
|
||||
className="govuk-header__link govuk-!-margin-right-3"
|
||||
>
|
||||
{t("common:signout-label")}
|
||||
|
||||
</Link>)
|
||||
</Link>
|
||||
)}
|
||||
|
||||
<Link
|
||||
@@ -289,11 +290,10 @@ const Header = (props) => {
|
||||
path: "/",
|
||||
}
|
||||
);
|
||||
}}>
|
||||
|
||||
}}
|
||||
>
|
||||
{" "}
|
||||
{t("common:available-in")}
|
||||
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user