Step 10.2: Move hacky welcome page replacement to react-sdk
This commit is contained in:
parent
0bcb1d18ce
commit
5459c1eb96
4 changed files with 3 additions and 189 deletions
|
@ -173,7 +173,8 @@ we don't have an account and should hide them. No account == no guest account ei
|
|||
<img src="welcome/images/logo.svg" alt="" class="mx_Logo"/>
|
||||
</a>
|
||||
<h1 class="mx_Header_title">_t("Welcome to Element")</h1>
|
||||
<h4 class="mx_Header_subtitle">_t("Decentralised, encrypted chat & collaboration powered by [matrix]")</h4>
|
||||
<!-- XXX: Our translations system isn't smart enough to recognize variables in the HTML, so we manually do it -->
|
||||
<h4 class="mx_Header_subtitle">_t("Decentralised, encrypted chat & collaboration powered by $matrixLogo")</h4>
|
||||
<div class="mx_ButtonGroup">
|
||||
<div class="mx_ButtonRow">
|
||||
<a href="#/login" class="mx_ButtonParent mx_ButtonSignIn mx_Button_iconSignIn">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue