From b5e5b63e951a48f2c24ef3c5dd534ed00184aabb Mon Sep 17 00:00:00 2001 From: Waheed Ahmed Date: Fri, 23 Jul 2021 15:35:33 +0500 Subject: [PATCH] feat: set redesign as default theme for local --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 6c19e73c..9fdccfc9 100644 --- a/.env.development +++ b/.env.development @@ -29,5 +29,5 @@ COOKIE_DOMAIN='localhost' WELCOME_PAGE_SUPPORT_LINK='http://localhost:1999/welcome' INFO_EMAIL='info@edx.org' DISABLE_ENTERPRISE_LOGIN='' -DEFAULT_DESIGN='legacy' +DEFAULT_DESIGN='redesign' REGISTER_CONVERSION_COOKIE_NAME='openedx-user-register-conversion'