1
0
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:
ivaosthu 2017-03-07 18:52:11 +01:00
parent def58c8f4b
commit 9cb091e5c4

View File

@ -123,7 +123,7 @@ export default class App extends Component {
</Header> </Header>
<Drawer className="mdl-color--white"> <Drawer className="mdl-color--white">
<span className={[styles.drawerTitle, 'mdl-layout-title'].join(' ')}> <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 className={styles.drawerTitleText}>Unleash</span>
</span> </span>
<hr/> <hr/>