diff --git a/res/welcome.html b/res/welcome.html index e9f1514a10..f26bdd8d8a 100644 --- a/res/welcome.html +++ b/res/welcome.html @@ -96,19 +96,10 @@ h1::after { color: #2e2f32 !important; } -.mx_ButtonHeadline { - margin-bottom: 14px; -} - .mx_ButtonLabel { margin-left: 20px; } -.mx_ButtonWrapperText { - font-size: 13px; - margin-bottom: 10px; -} - .mx_Header_title { font-size: 24px; font-weight: 600; @@ -158,6 +149,13 @@ we don't have an account and should hide them. No account == no guest account ei display: none; } +.mx_ButtonRow.mx_WelcomePage_guestFunctions { + margin-top: 20px; +} +.mx_ButtonRow.mx_WelcomePage_guestFunctions > div { + margin: 0 auto; +} + @media only screen and (max-width: 480px) { .mx_ButtonRow { flex-direction: column; @@ -192,15 +190,8 @@ we don't have an account and should hide them. No account == no guest account ei
-
_t("Need help?")
- -
_t("Chat with Riot Bot")
-
-
-
-
_t("Explore rooms")
-
_t("Room Directory")
+
_t("Explore rooms")
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 3461eeb7d8..bfccb8135f 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -31,8 +31,5 @@ "Decentralised, encrypted chat & collaboration powered by [matrix]": "Decentralised, encrypted chat & collaboration powered by [matrix]", "Sign In": "Sign In", "Create Account": "Create Account", - "Need help?": "Need help?", - "Chat with Riot Bot": "Chat with Riot Bot", - "Explore rooms": "Explore rooms", - "Room Directory": "Room Directory" + "Explore rooms": "Explore rooms" }