diff --git a/web/craco.config.js b/web/craco.config.js
index 59d04392..b8703bf5 100644
--- a/web/craco.config.js
+++ b/web/craco.config.js
@@ -43,7 +43,7 @@ module.exports = {
options: {
lessLoaderOptions: {
lessOptions: {
- modifyVars: {"@primary-color": "rgb(45,120,213)", "@border-radius-base": "5px"},
+ modifyVars: {"@primary-color": "rgb(89,54,213)", "@border-radius-base": "5px"},
javascriptEnabled: true,
},
},
diff --git a/web/src/App.js b/web/src/App.js
index bd3e4b22..aa1d5785 100644
--- a/web/src/App.js
+++ b/web/src/App.js
@@ -682,7 +682,7 @@ class App extends Component {
textAlign: "center",
}
}>
- Made with ❤️ by Casdoor
+ Powered by
>
);