From efdfa6418aa166cc18db99f6e60a20998311b2b1 Mon Sep 17 00:00:00 2001 From: sercan Date: Thu, 10 Jun 2021 14:56:21 +0300 Subject: [PATCH] (core) Go back to the 'classy' layout by default --- src/app/core/config/app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/core/config/app.config.ts b/src/app/core/config/app.config.ts index 4abf962c..f4a7980b 100644 --- a/src/app/core/config/app.config.ts +++ b/src/app/core/config/app.config.ts @@ -24,7 +24,7 @@ export interface AppConfig * FuseConfigService and its methods. */ export const appConfig: AppConfig = { - layout: 'classic', + layout: 'classy', scheme: 'light', theme : 'default' };