SPRINT-21: updated page titles to 'ColdTrack Live'

This commit is contained in:
Tim Chamberlain
2023-02-16 17:34:41 -06:00
parent d9db9265da
commit 3eb831b30e

View File

@ -62,7 +62,7 @@ function QBreadcrumbs({icon, title, route, light}: Props): JSX.Element
const routes: string[] | any = route.slice(0, -1); const routes: string[] | any = route.slice(0, -1);
const {pageHeader, setPageHeader} = useContext(QContext); const {pageHeader, setPageHeader} = useContext(QContext);
let pageTitle = "Nutrifresh One"; let pageTitle = "ColdTrack Live";
const fullRoutes: string[] = []; const fullRoutes: string[] = [];
let accumulatedPath = ""; let accumulatedPath = "";
for (let i = 0; i < routes.length; i++) for (let i = 0; i < routes.length; i++)