dosubot[bot] commented on issue #34824: URL: https://github.com/apache/superset/issues/34824#issuecomment-3214839252
<!-- Answer --> The APP_ICON config variable is still present in Superset, but in recent versions (including 6.0.0rc1/master), it is no longer actively used for rendering the logo in the UI. Branding and logo display logic has moved to other config variables and frontend components, such as LOGO_RIGHT_TEXT, LOGO_TARGET_PATH, and LOGO_TOOLTIP, as well as the Menu component in the frontend. There is no evidence that THEME_DEFAULT or THEME_DARK are supported config variables for logo customization, and logo rendering is not theme-aware by default. To customize the logo, you should continue to set APP_ICON in your superset_config.py, but if it is not displaying, check for static asset issues (such as build status, permissions, or reverse proxy config) and ensure your image path is correct. If the logo still does not appear, it may be due to recent changes in how branding is handled, and further frontend or backend changes may be required for advanced customization. [Source 1](https://github.com/apache/superset/issues/34612) | [Source 2](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset/config.py) | [Source 3](https://github.com/apache/superset/pull/34318) <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/1eafe8d9-4378-4178-8928-004c931e51ec?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/1eafe8d9-4378-4178-8928-004c931e51ec?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/1eafe8d9-4378-4178-8928-004c931e51ec?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/1eafe8d9-4378-4178-8928-004c931e51ec?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/1eafe8d9-4378-4178-8928-004c931e51ec?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/1eafe8d9-4378-4178-8928-004c931e51ec?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/1eafe8d9-4378-4178-8928-004c931e51ec?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=githu b) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/34824) -- 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]
