Copilot commented on code in PR #36951:
URL: https://github.com/apache/superset/pull/36951#discussion_r2683395280


##########
superset/config.py:
##########
@@ -355,20 +355,30 @@ def _try_json_readsha(filepath: str, length: int) -> str 
| None:
 APP_NAME = "Superset"
 
 # Specify the App icon
+# NOTE: This variable is used to populate THEME_DEFAULT. If you override this 
in
+# superset_config.py, you must also override THEME_DEFAULT to see the change,
+# or set THEME_DEFAULT["token"]["brandLogoUrl"] directly.
 APP_ICON = "/static/assets/images/superset-logo-horiz.png"
 
 # Specify where clicking the logo would take the user'

Review Comment:
   There is a typo in this comment. The word "user" should not have an 
apostrophe at the end.
   ```suggestion
   # Specify where clicking the logo would take the user
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to