Skip to content

Commit

Permalink
team 2 keeper position fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumit Aggarwal authored and Sumit Aggarwal committed Dec 15, 2024
1 parent 5c4e9ec commit 291ab5e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions react-fm/src/pages/matchQueues/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -404,57 +404,57 @@ const dummyData = {
{
displayName: 'Astva',
points: { x: 47, y: 21 },
mobilePoints: { x: 30, y: 46 },
mobilePoints: { x: 30, y: 47 },
},
{
displayName: 'Rishi',
points: { x: 47, y: 67 },
mobilePoints: { x: 63, y: 46 },
mobilePoints: { x: 63, y: 47 },
},
{
displayName: 'Frank',
points: { x: 56, y: 10 },
mobilePoints: { x: 6, y: 54 },
mobilePoints: { x: 6, y: 55 },
},
{
displayName: 'Ahmad',
points: { x: 56, y: 30 },
mobilePoints: { x: 30, y: 54 },
mobilePoints: { x: 30, y: 55 },
},
{
displayName: 'Luca',
points: { x: 56, y: 60 },
mobilePoints: { x: 63, y: 54 },
mobilePoints: { x: 63, y: 55 },
},
{
displayName: 'Dario',
points: { x: 56, y: 80 },
mobilePoints: { x: 84, y: 54 },
mobilePoints: { x: 84, y: 55 },
},
{
displayName: 'Bianca',
points: { x: 63, y: 10 },
mobilePoints: { x: 6, y: 62 },
mobilePoints: { x: 6, y: 63 },
},
{
displayName: 'Sharan',
points: { x: 63, y: 30 },
mobilePoints: { x: 30, y: 62 },
mobilePoints: { x: 30, y: 63 },
},
{
displayName: 'Ferruro',
points: { x: 63, y: 60 },
mobilePoints: { x: 63, y: 62 },
mobilePoints: { x: 63, y: 63 },
},
{
displayName: 'Sahil',
points: { x: 63, y: 80 },
mobilePoints: { x: 84, y: 62 },
mobilePoints: { x: 84, y: 63 },
},
{
displayName: 'Hitesh',
points: { x: 79, y: 46 },
mobilePoints: { x: 46, y: 71 },
mobilePoints: { x: 46, y: 72 },
},
],
waitListPlayers: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export const PlayerDetails: FC<PlayerDetailProps> = ({
<Avatar
alt="profile"
src={avatars[index]}
style={{ height: 32, width: 32, borderRadius: '50%' }}
style={{ height: 31, width: 31, borderRadius: '50%' }}
/>
</Box>
)}
Expand Down

0 comments on commit 291ab5e

Please sign in to comment.