Skip to content

Commit

Permalink
Making charts smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
daithihearn committed May 18, 2023
1 parent c565d4e commit 38eee89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/StartNewGame/StartNewGame.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,17 +189,17 @@ const StartNewGame = () => {
<WinPercentageGraph
player={player}
last3Months={true}
width={120}
height={120}
width={80}
height={80}
showLegend={false}
/>
</TableCell>
<TableCell>
<WinPercentageGraph
player={player}
last3Months={false}
width={150}
height={150}
width={80}
height={80}
showLegend={false}
/>
</TableCell>
Expand Down

0 comments on commit 38eee89

Please sign in to comment.