Change logos excluding vector-icons

This commit is contained in:
David Baker 2020-07-10 19:09:52 +01:00
parent b7ed883d96
commit d0f81b26ad
12 changed files with 15 additions and 65 deletions

View file

@ -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>