How to Change Superset Logo!! #42703
Replies: 2 comments 5 replies
|
You can change the Superset logo by setting the THEME_DEFAULT = {
"token": {
"brandLogoUrl": "/static/assets/images/my-logo.svg",
"brandLogoAlt": "My Company",
"brandLogoHeight": "24px",
},
}Place your logo file in If you also use dark mode, set a separate logo in THEME_DARK = {
"algorithm": "dark",
"token": {
"brandLogoUrl": "/static/assets/images/my-logo-dark.svg",
},
}Note: The older You can also customize the favicon separately via the To reply, just mention @dosu. Share context across your team and agents. Try Dosu. |
|
THEME_DEFAULT = { |
Uh oh!
There was an error while loading. Please reload this page.
How can i change superset logo
All reactions