Skip to content

Commit

Permalink
Allow welcome.html logo to be replaced by config
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed May 11, 2023
1 parent 1e7d001 commit 4ce1453
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion res/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@

<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 -->
Expand Down
7 changes: 0 additions & 7 deletions res/welcome/images/logo.svg

This file was deleted.

0 comments on commit 4ce1453

Please sign in to comment.