Skip to content

Commit

Permalink
moved cardcounter up to prevent the address bar coming down on click
Browse files Browse the repository at this point in the history
  • Loading branch information
cmavelis committed Mar 23, 2019
1 parent 20c583b commit f1d5995
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Game.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ class Game extends React.Component {
return (
<div>
<div className="game">
<CardCounter
counts={counts}
/>
<Board
words={words}
squares={cardShownStatus}
Expand All @@ -193,9 +196,6 @@ class Game extends React.Component {
cardColors={cardColors}
cardLeaderMarks={cardLeaderMarks}
/>
<CardCounter
counts={counts}
/>
</div>
<div>
<Modal
Expand Down

0 comments on commit f1d5995

Please sign in to comment.