Relative img paths please

pull/2380/head
David Baker 2016-09-28 12:03:35 +01:00
parent fdb5020c0c
commit 864ba52bc5
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ export default class NetworkDropdown extends React.Component {
span_class = 'mx_NetworkDropdown_menu_all';
} else if (network == '_matrix') {
name = 'Matrix';
icon = <img src="/img/network-matrix.svg" width="16" height="16" />;
icon = <img src="img/network-matrix.svg" width="16" height="16" />;
span_class = 'mx_NetworkDropdown_menu_network';
} else {
name = this.props.config.networkNames[network];