mirror of https://github.com/vector-im/riot-web
Relative img paths please
parent
fdb5020c0c
commit
864ba52bc5
|
@ -167,7 +167,7 @@ export default class NetworkDropdown extends React.Component {
|
||||||
span_class = 'mx_NetworkDropdown_menu_all';
|
span_class = 'mx_NetworkDropdown_menu_all';
|
||||||
} else if (network == '_matrix') {
|
} else if (network == '_matrix') {
|
||||||
name = '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';
|
span_class = 'mx_NetworkDropdown_menu_network';
|
||||||
} else {
|
} else {
|
||||||
name = this.props.config.networkNames[network];
|
name = this.props.config.networkNames[network];
|
||||||
|
|
Loading…
Reference in New Issue