chore: Revised logo (new color), w/CSS for vert alignment (#10237)

* out with the old, in with the new

* vertically centering logo once and for all

* lint: black instead of IDE formating

* touch config.py

* Styles -> StyledHeader

* nixing vestigial SVG

* removing trademark

Co-authored-by: Maxime Beauchemin <maximebeauchemin@gmail.com>
This commit is contained in:
Evan Rusackas
2020-07-06 17:30:18 -07:00
committed by GitHub
parent b9e0678752
commit 569e4a7c50
5 changed files with 13 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ const defaultProps = {
],
brand: {
path: '/superset/profile/admin/',
icon: '/static/assets/images/superset-logo@2x.png',
icon: '/static/assets/images/superset-logo-horiz.png',
alt: 'Superset',
width: '126',
},