mikysetiawan commented on issue #34612:
URL: https://github.com/apache/superset/issues/34612#issuecomment-3167093417

   so after some testing, I found out that the parameter to change APP_ICON and 
LOGO_TARGET is changed in superset v5 to
   
   ```
   THEME_DEFAULT = {
       "token": {
           "brandLogoUrl": "/static/assets/images/your_logo.png",  # or your 
custom path
           "brandLogoHref": "https://your_website";,               # or your 
preferred URL
       }
   }
   ```
   for Theme Default or 
   
   ```
   THEME_DARK = {
       "token": {
           "brandLogoUrl": "/static/assets/images/your_logo.png",  # or your 
custom path
           "brandLogoHref": "https://your_website";,               # or your 
preferred URL
       }
   }
   ```
   for theme dark


-- 
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