mirror of
https://github.com/apache/superset.git
synced 2026-04-17 07:05:04 +00:00
docs: comply to ASF requirements (#11133)
* docs: comply to ASF requirements * touch something out of docs/ * Just a few more things... * messing with .htaccess * SEO
This commit is contained in:
committed by
GitHub
parent
a4e1dc9c27
commit
d578d8133f
@@ -133,7 +133,7 @@ export default class MainMenu extends React.Component {
|
||||
const { visible } = this.state;
|
||||
return (
|
||||
<Layout.Header css={headerStyle}>
|
||||
<Link to="/">
|
||||
<Link to="https://superset.incubator.apache.org">
|
||||
<img height="50" css={logoStyle} src={logoSvg} alt="logo" />
|
||||
</Link>
|
||||
<MenuItems toggleDrawer={this.toggleDrawer} mode="horizontal" />
|
||||
|
||||
Reference in New Issue
Block a user