mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
fix: Theme logo links to external superset site (#33949)
This commit is contained in:
@@ -66,7 +66,7 @@ export class Theme {
|
||||
brandLogoAlt: 'Apache Superset',
|
||||
brandLogoUrl: '/static/assets/images/superset-logo-horiz.png',
|
||||
brandLogoMargin: '18px',
|
||||
brandLogoHref: 'https://superset.apache.org',
|
||||
brandLogoHref: '/',
|
||||
brandLogoHeight: '24px',
|
||||
|
||||
// Default colors
|
||||
|
||||
Reference in New Issue
Block a user