Allow welcome.html logo to be replaced by config (#25339)
This commit is contained in:
parent
1e7d001cd3
commit
cc5914a7dc
2 changed files with 1 additions and 8 deletions
|
@ -167,7 +167,7 @@ we don't have an account and should hide them. No account == no guest account ei
|
|||
|
||||
<div class="mx_Parent">
|
||||
<a href="https://element.io" target="_blank" rel="noopener">
|
||||
<img src="welcome/images/logo.svg" alt="" class="mx_Logo" />
|
||||
<img src="$logoUrl" alt="" class="mx_Logo" />
|
||||
</a>
|
||||
<h1 class="mx_Header_title">_t("Welcome to Element")</h1>
|
||||
<!-- XXX: Our translations system isn't smart enough to recognize variables in the HTML, so we manually do it -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue