diff --git a/packages/unoenty/src/hooks/useSocket.tsx b/packages/unoenty/src/hooks/useSocket.tsx index e906fe6..3068047 100644 --- a/packages/unoenty/src/hooks/useSocket.tsx +++ b/packages/unoenty/src/hooks/useSocket.tsx @@ -88,7 +88,7 @@ const useSocket = (): UseSocketResponse => { const getLayoutedOtherPlayers = (): Record => { const positionsByAmountOfPlayersMap: Record = { 1: ["bottom"], - 2: ["bottom", "right"], + 2: ["bottom", "top"], 3: ["bottom", "right", "left"], 4: ["bottom", "right", "top", "left"], 5: ["bottom", "right", "topRight", "top", "left"],