GitHub user Dhruvin4530 added a comment to the discussion: How to adjust width 
of the superset logo in UI?

v61.10rc2 and I am using this.
```
APP_NAME = 
f"Superset-{ENVIRONMENT[0].capitalize()}{ENVIRONMENT[1:]}-{IMAGE_TAG}"

# Specify the App icon
# `String with relative app icon location`
APP_ICON = "/static/assets/images/superset-logo-horiz-arkose2.png"

# Specify where clicking the logo would take the user
# e.g. setting it to '/' would take the user to '/superset/welcome/'
LOGO_TARGET_PATH = None

THEME_DEFAULT = {
  "token": {
    "brandAppName": APP_NAME,
    "brandLogoAlt": APP_NAME,
  },
}

THEME_DARK = None

# Specify tooltip that should appear when hovering over the App Icon/Logo
LOGO_TOOLTIP = APP_NAME
```

@dosu 

GitHub link: 
https://github.com/apache/superset/discussions/40010#discussioncomment-16875789

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: 
[email protected]


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

Reply via email to