Skip to content

Commit

Permalink
Removed confusing ability to click game speed row to set the speed (b…
Browse files Browse the repository at this point in the history
…ut not system) on the Play page
  • Loading branch information
anoek committed Dec 19, 2024
1 parent 2ccaf32 commit 62ef7fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/views/Play/QuickMatch.styl
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@
// margin-top: 1rem;
margin-bottom: 2rem;
border-radius: 0.5rem;
cursor: pointer;
}

.game-speed-title {
Expand Down
1 change: 0 additions & 1 deletion src/views/Play/QuickMatch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,6 @@ export function QuickMatch(): JSX.Element {
"game-speed-option-container" +
(game_speed === speed ? " active" : "")
}
onClick={() => setGameSpeed(speed)}
key={speed}
>
<div className="game-speed-title">
Expand Down

0 comments on commit 62ef7fd

Please sign in to comment.