14244 GEL updates and rework
This commit is contained in:
@@ -6,7 +6,7 @@ import Banner from "../../components/banner";
|
||||
import CookieBanner from "../../components/cookieBanner";
|
||||
import Breadcrumbs from "../../components/breadcrumbs";
|
||||
import Footer from "../../components/footer";
|
||||
|
||||
import ServiceBanner from "../../components/servicebanner";
|
||||
import { useSelector, shallowEqual, connect } from "react-redux";
|
||||
import { wrapper } from "../../store/store";
|
||||
|
||||
@@ -47,6 +47,7 @@ const Home = (props) => {
|
||||
<div className="govuk-grid-column-full">
|
||||
<div className="govuk-width-container">
|
||||
<Breadcrumbs slug={appealtypes} />
|
||||
<ServiceBanner props={props} noSignin={true} />
|
||||
<main
|
||||
className="govuk-main-wrapper--auto-spacing"
|
||||
id="main-content"
|
||||
@@ -107,7 +108,7 @@ const Home = (props) => {
|
||||
{registerFormComplete != true ||
|
||||
accountCreatedComplete != true ? (
|
||||
<div className="govuk-grid-column-one-third">
|
||||
<h2 className="govuk-heading-m">
|
||||
<h2 className="">
|
||||
{t("account:help-heading")}
|
||||
</h2>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user