added service account header removed duplicate sign in button

This commit is contained in:
2024-08-12 11:09:59 +01:00
parent 83d9df0219
commit c73cf2a013
33 changed files with 237 additions and 43 deletions
+2
View File
@@ -10,6 +10,7 @@ import Header from "../../components/header";
import ViewAll from "../../components/myportal/viewall";
import NoSessionWarning from "../../components/nosession";
import TimeOut from "../../components/timeout";
import ServiceBanner from "../../components/myportal/servicebanner";
const Home = (props) => {
const { footerLinks, pages } = props;
@@ -45,6 +46,7 @@ const Home = (props) => {
slug={appealtypes}
currentView={props.currentView.currentView}
/>
<ServiceBanner props={props} />
<ViewAll
searchString={"View All"}
searchResultsObj={props.searchResultsObj}