updated logout modal message and added to reps

This commit is contained in:
2024-10-07 15:37:19 +01:00
parent 5eeb098ae0
commit a000c70243
12 changed files with 182 additions and 47 deletions
+2
View File
@@ -11,6 +11,7 @@ import Footer from "../../components/footer";
import Header from "../../components/header";
import Search from "../../components/myportal/addresssearch";
import ServiceBanner from "../../components/myportal/servicebanner";
import TimeOut from "../../components/timeout";
const Home = (props) => {
const { footerLinks, pages } = props;
@@ -108,6 +109,7 @@ const Home = (props) => {
)}
</div>
<Footer footerLinks={footerLinks} ticketnumber={props} />
<TimeOut />
</div>
</div>
);