Skip to content

Commit

Permalink
chore: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LucSPI committed May 14, 2023
1 parent fc0102d commit 3b9d909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Room/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const Room = () => {
rating={800}
taken={[]}
timeLeft={180000}
username="player 1"
username="Opponent"
/>
<div style={{ maxWidth: '70vh', width: '70vw', margin: '0 auto' }}>
<Chessboard
Expand All @@ -102,7 +102,7 @@ const Room = () => {
rating={800}
taken={[]}
timeLeft={180000}
username="player 1"
username={user?.nickname || ''}
/>
</div>
<History />
Expand Down

0 comments on commit 3b9d909

Please sign in to comment.