From da346a685e50493eb68cd4883a8ef174b3c0e641 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 22 Feb 2017 04:25:16 +0900 Subject: [PATCH] [Client] Clean up: Remove the needless config property --- src/web/app/common/scripts/config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/web/app/common/scripts/config.js b/src/web/app/common/scripts/config.js index 512340241..e44e174a9 100644 --- a/src/web/app/common/scripts/config.js +++ b/src/web/app/common/scripts/config.js @@ -13,6 +13,5 @@ module.exports = { scheme, apiUrl, devUrl, - aboutUrl, - themeColor: '#f76d6c' + aboutUrl };