Skip to content

Commit 6e37859

Browse files
committed
Display the scoreboard on the play screen too
1 parent 87d2425 commit 6e37859

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/src/App.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ header {
752752
position: absolute;
753753
z-index: 1850;
754754
top: 25%;
755-
left: 40%;
755+
left: 33%;
756756
transition: all 0.3s ease;
757757
animation: bubbleFood 5s linear infinite;
758758
z-index: 1111;

client/src/components/screens/PlayScreen.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export function PlayScreen() {
66
const { stats, hasMadeFirstPoint } = useGameState();
77

88
return (
9-
<Screen align="end">
9+
<Screen align="end" showScoreboard>
1010
<div id="results">
1111
{ stats.clickStream.map((result, index) => (
1212
<ClickResult key={index} result={result} />

0 commit comments

Comments
 (0)