Skip to content

Commit 8eeaaf1

Browse files
author
jarodaerts
committed
round 2 branding stuff
1 parent 608fef5 commit 8eeaaf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

superset/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ def _try_json_readsha(filepath: str, length: int) -> str | None:
311311
APP_NAME = "Superset"
312312

313313
# Specify the App icon
314-
APP_ICON = "/static/assets/images/superset-logo-horiz.png"
314+
APP_ICON = "/static/assets/images/dropback-long-black.png"
315315

316316
# Specify where clicking the logo would take the user'
317317
# Default value of None will take you to '/superset/welcome'
@@ -491,7 +491,7 @@ class D3TimeFormat(TypedDict, total=False):
491491
"DASHBOARD_VIRTUALIZATION": True,
492492
# This feature flag is stil in beta and is not recommended for production use.
493493
"GLOBAL_ASYNC_QUERIES": False,
494-
"EMBEDDED_SUPERSET": False,
494+
"EMBEDDED_SUPERSET": True,
495495
# Enables Alerts and reports new implementation
496496
"ALERT_REPORTS": False,
497497
"ALERT_REPORT_TABS": False,

0 commit comments

Comments
 (0)