From 8dfc88f639b91d65e86e37db1e71bbd7bbfc814c Mon Sep 17 00:00:00 2001 From: Frank Waalkens Date: Thu, 2 Nov 2023 10:52:49 +0100 Subject: [PATCH] Fallback REACT_APP_WHITELABEL to Marine2. --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index c3fc178b4..e21ae9802 100644 --- a/.env +++ b/.env @@ -5,6 +5,6 @@ BUILD_PATH=./dist # 1. "KVNRV" - Generic RV-themed whitelabel # 2. "Marine" - the original theme of the Venus HTML5 App # 3. "Marine2" - the new Venus HTML5 App theme -REACT_APP_WHITELABEL=Marine +REACT_APP_WHITELABEL=Marine2 # Allow overriding the language via the ?lang= URL parameter (disabled in production) REACT_APP_ENABLE_LANG_OVERRIDE=true