Skip to content

Commit 5236bd9

Browse files
committed
Fix flags, board layout.
1 parent 39789b0 commit 5236bd9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/Board.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ class Board extends React.Component {
160160

161161
<div
162162
id="app-playerpool"
163-
className="p-4 bg-black/80 rounded-xl grid grid-cols-7 border border-sky-500"
163+
className="p-4 bg-black/80 rounded-xl grid grid-cols-8 border border-sky-500"
164164
>
165165
{playerPoolTeams.map((team) => (
166166
<DroppablePlayerList

src/data.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const player_pool = [
2424
["coj", "US"],
2525
["darko", "DE"],
2626
["diehuman", "PT"],
27-
["Dobezz", "UK"],
27+
["Dobezz", "GB"],
2828
["doomie", "PL"],
2929
["duce", "DE"],
3030
["eh", "FI"],
@@ -40,7 +40,7 @@ const player_pool = [
4040
["Grc", "SE"],
4141
["grisling", "SE"],
4242
["hammer", "PT"],
43-
["HangTime", "UK"],
43+
["HangTime", "GB"],
4444
["HaraldQuake", "DE"],
4545
["himmu", "FI"],
4646
["Hooraytio", "SE"],
@@ -82,7 +82,7 @@ const player_pool = [
8282
["robin", "NO"],
8383
["rotker", "PL"],
8484
["rusti", "FI"],
85-
["sae", "UK"],
85+
["sae", "GB"],
8686
["sailorman", "SE"],
8787
["shazam", "SE"],
8888
["Slaughter", "FI"],

0 commit comments

Comments
 (0)