From 673863431e1c1eb88f94956dbf81c90b9ad75f5a Mon Sep 17 00:00:00 2001 From: Lorenz Padberg Date: Wed, 1 May 2024 09:45:21 +0200 Subject: [PATCH] Disable time2learn in MyKV --- client/src/helpers/app-flavor.constants.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/src/helpers/app-flavor.constants.ts b/client/src/helpers/app-flavor.constants.ts index a862dd49..564a8333 100644 --- a/client/src/helpers/app-flavor.constants.ts +++ b/client/src/helpers/app-flavor.constants.ts @@ -22,7 +22,7 @@ export const defaultFlavorValues: FlavorValues = { showInstrumentFilterSidebar: true, showInstrumentSubCategories: true, showPortfolio: true, - showTime2Learn: false, + showTime2Learn: true, showEHB: true, helloIllustration: 'HelloIllustration', showModuleFilter: false, @@ -51,7 +51,6 @@ export const myKvValues: FlavorValues = { showObjectivesTitle: false, showInstrumentFilterSidebar: true, showPortfolio: true, - showTime2Learn: true, showInstrumentSubCategories: false, showEHB: false, helloIllustration: 'HelloMyKVIllustration',