mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-20 00:08:02 +01:00
Make logo path relative to support context-paths
This commit is contained in:
parent
def58c8f4b
commit
9cb091e5c4
@ -123,7 +123,7 @@ export default class App extends Component {
|
||||
</Header>
|
||||
<Drawer className="mdl-color--white">
|
||||
<span className={[styles.drawerTitle, 'mdl-layout-title'].join(' ')}>
|
||||
<img src="/public/logo.png" width="32" height="32" className={styles.drawerTitleLogo}/>
|
||||
<img src="public/logo.png" width="32" height="32" className={styles.drawerTitleLogo}/>
|
||||
<span className={styles.drawerTitleText}>Unleash</span>
|
||||
</span>
|
||||
<hr/>
|
||||
|
Loading…
Reference in New Issue
Block a user