diff --git a/index.html b/index.html
index b1f825ae2..f5861d94e 100644
--- a/index.html
+++ b/index.html
@@ -189,11 +189,6 @@
inline
class="hidden w-full h-full page-content"
>
-
-
- ${translateText("matchmaking_button.play_ranked")}
-
-
- ${translateText("matchmaking_button.description")}
-
-
+
+ ${translateText("matchmaking_button.play_ranked")}
+
+
+ ${translateText("matchmaking_button.description")}
+
+
+ `
+ : html`
+
+ `;
-
- `;
- }
-
- return html`
-
-
-
- `;
+ return html` ${button} `;
}
private handleLoggedInClick() {