From 94f5bd03ef35e80e23a3fc8b57786b04b18d1bad Mon Sep 17 00:00:00 2001 From: Gabe Lyons Date: Fri, 7 Oct 2022 16:40:38 -0700 Subject: [PATCH] Update README.md --- datahub-web-react/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/datahub-web-react/README.md b/datahub-web-react/README.md index 3cc0f1fc83eacc..891735a7c55e98 100644 --- a/datahub-web-react/README.md +++ b/datahub-web-react/README.md @@ -74,7 +74,10 @@ The best workaround is to revert to the Active LTS version of Node, 16.13.0 with #### Customizing your App without rebuilding assets To see the results of any change to a theme, you will need to rebuild your datahub-frontend-react container. While this may work for some users, if you don't want to rebuild your container -you can still customize the homepage's logo without rebuilding. You can do this by setting the REACT_APP_LOGO_URL env variable when deploying GMS. +you can change two things without rebuilding. + +1. You customize the logo on the homepage & the search bar header by setting the `REACT_APP_LOGO_URL` env variable when deploying GMS. +2. You can customize the favicon (the icon on your browser tab) by setting the `REACT_APP_FAVICON_URL` env var when deploying GMS. #### Selecting a theme