Change logos excluding vector-icons
This commit is contained in:
parent
b7ed883d96
commit
d0f81b26ad
12 changed files with 15 additions and 65 deletions
|
@ -32,7 +32,7 @@ const ErrorView: React.FC<IProps> = ({title, messages}) => {
|
|||
<div className="mx_ErrorView_container">
|
||||
<div className="mx_HomePage_header">
|
||||
<span className="mx_HomePage_logo">
|
||||
<img height="42" src="themes/riot/img/logos/riot-logo.svg" alt="Riot" />
|
||||
<img height="42" src="themes/element/img/logos/element-logo.svg" alt="Element" />
|
||||
</span>
|
||||
<h1>{ _t("Failed to start") }</h1>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue