mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-30 15:51:43 +01:00
Relative img paths please
This commit is contained in:
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…
x
Reference in New Issue
Block a user