From 7d0a2bc656b8b765c260e3734a9d528492a8dfb0 Mon Sep 17 00:00:00 2001 From: Lorenz Padberg Date: Thu, 2 May 2024 09:53:31 +0200 Subject: [PATCH] disable time2learn link for skillbox --- client/src/helpers/app-flavor.constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/helpers/app-flavor.constants.ts b/client/src/helpers/app-flavor.constants.ts index 564a8333..807cafa4 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: true, + showTime2Learn: false, showEHB: true, helloIllustration: 'HelloIllustration', showModuleFilter: false,