added service account header removed duplicate sign in button
This commit is contained in:
+2
-1
@@ -6,6 +6,7 @@ import Breadcrumbs from "../../components/breadcrumbs";
|
||||
import CookieBanner from "../../components/cookieBanner";
|
||||
import Footer from "../../components/footer";
|
||||
import Header from "../../components/header";
|
||||
import ServiceBanner from "../../components/servicebanner";
|
||||
|
||||
import { getCsrfToken } from "next-auth/react";
|
||||
|
||||
@@ -44,7 +45,7 @@ const Error = (props) => {
|
||||
<Header />
|
||||
<div className="govuk-width-container govuk-!-padding-bottom-9">
|
||||
<Breadcrumbs />
|
||||
|
||||
<ServiceBanner noSignin={true} />
|
||||
<main
|
||||
className="govuk-main-wrapper govuk-!-padding-top-0 govuk-!-padding-bottom-9"
|
||||
id="main-content"
|
||||
|
||||
Reference in New Issue
Block a user