From 62ef7fdd1227715e6e76e16079491afedb6ee3d1 Mon Sep 17 00:00:00 2001 From: Akita Noek Date: Thu, 19 Dec 2024 07:18:04 -0700 Subject: [PATCH] Removed confusing ability to click game speed row to set the speed (but not system) on the Play page --- src/views/Play/QuickMatch.styl | 1 - src/views/Play/QuickMatch.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/src/views/Play/QuickMatch.styl b/src/views/Play/QuickMatch.styl index 07fec2a394..1cc0f311a8 100644 --- a/src/views/Play/QuickMatch.styl +++ b/src/views/Play/QuickMatch.styl @@ -246,7 +246,6 @@ // margin-top: 1rem; margin-bottom: 2rem; border-radius: 0.5rem; - cursor: pointer; } .game-speed-title { diff --git a/src/views/Play/QuickMatch.tsx b/src/views/Play/QuickMatch.tsx index a9f00cde64..570051fec5 100644 --- a/src/views/Play/QuickMatch.tsx +++ b/src/views/Play/QuickMatch.tsx @@ -782,7 +782,6 @@ export function QuickMatch(): JSX.Element { "game-speed-option-container" + (game_speed === speed ? " active" : "") } - onClick={() => setGameSpeed(speed)} key={speed} >