diff --git a/app.config.ts b/app.config.ts index b1a5abff..2d312d42 100644 --- a/app.config.ts +++ b/app.config.ts @@ -93,3 +93,4 @@ export const markdDropOut = false; // show lables as per product export const showLablesForOther = true; +export const tourGuideNavigtion = false \ No newline at end of file diff --git a/src/pages/dashboard.tsx b/src/pages/dashboard.tsx index 5f34dadf..4a672730 100644 --- a/src/pages/dashboard.tsx +++ b/src/pages/dashboard.tsx @@ -48,6 +48,7 @@ import { dropoutReasons, lowLearnerAttendanceLimit, showLablesForOther, + tourGuideNavigtion, } from './../../app.config'; import AttendanceComparison from '@/components/AttendanceComparison'; @@ -840,7 +841,7 @@ const Dashboard: React.FC = () => { <> {isClient && ( <> - + {tourGuideNavigtion && } <> {!isAuthenticated && (