mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
Update styling & remove extraneous elements and copy in mobile install guide
This commit is contained in:
parent
4299cdfeac
commit
cc4e595b9d
2 changed files with 48 additions and 64 deletions
File diff suppressed because one or more lines are too long
|
@ -94,7 +94,7 @@ async function initPage() {
|
|||
if (hsUrl !== 'https://matrix.org/') {
|
||||
document.getElementById('step2_container').style.display = 'block';
|
||||
document.getElementById('hs_url').innerText = hsUrl;
|
||||
document.getElementById('step_login_header').innerHTML= 'Step 3: Register or Log in';
|
||||
document.getElementById('step_login_header').innerHTML= '3: Launch the app';
|
||||
|
||||
if (isUrl && isUrl !== "https://vector.im/") {
|
||||
document.getElementById('default_is').style.display = 'none';
|
||||
|
|
Loading…
Reference in a new issue