File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ import imgProductFindMeData from "../assets/images/products/product-main-photos/
3939import imgProductWebsiteDesign from "../assets/images/products/product-main-photos/web-design.jpeg" ;
4040import imgRedBlueGradient from "../assets/images/products/product-main-photos/reb-blue-gradient-background.jpeg" ;
4141
42- import { selfServiceRootRoute } from './routes' ;
42+ import { rootRoute , selfServiceRootRoute } from './routes' ;
4343
4444export const UNDER_MAINTENANCE = false ;
4545
@@ -48,7 +48,7 @@ export const GA_ID = "GTM-MXXQHG8";
4848export const ROUTES = {
4949 INTAKE_FORM : `${ selfServiceRootRoute } /wizard` ,
5050 HOME_PAGE : `${ selfServiceRootRoute } ` ,
51- DASHBOARD_PAGE : `/work /dashboard` ,
51+ DASHBOARD_PAGE : `${ rootRoute } /dashboard` ,
5252 WEBSITE_DESIGN : `${ selfServiceRootRoute } /new/website-design/basic-info` ,
5353 WEBSITE_DESIGN_REVIEW : `${ selfServiceRootRoute } /new/website-design/review` ,
5454 DATA_EXPLORATION : `${ selfServiceRootRoute } /new/data-exploration/basic-info` ,
You can’t perform that action at this time.
0 commit comments