File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ class Board extends React.Component {
160
160
161
161
< div
162
162
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"
164
164
>
165
165
{ playerPoolTeams . map ( ( team ) => (
166
166
< DroppablePlayerList
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const player_pool = [
24
24
[ "coj" , "US" ] ,
25
25
[ "darko" , "DE" ] ,
26
26
[ "diehuman" , "PT" ] ,
27
- [ "Dobezz" , "UK " ] ,
27
+ [ "Dobezz" , "GB " ] ,
28
28
[ "doomie" , "PL" ] ,
29
29
[ "duce" , "DE" ] ,
30
30
[ "eh" , "FI" ] ,
@@ -40,7 +40,7 @@ const player_pool = [
40
40
[ "Grc" , "SE" ] ,
41
41
[ "grisling" , "SE" ] ,
42
42
[ "hammer" , "PT" ] ,
43
- [ "HangTime" , "UK " ] ,
43
+ [ "HangTime" , "GB " ] ,
44
44
[ "HaraldQuake" , "DE" ] ,
45
45
[ "himmu" , "FI" ] ,
46
46
[ "Hooraytio" , "SE" ] ,
@@ -82,7 +82,7 @@ const player_pool = [
82
82
[ "robin" , "NO" ] ,
83
83
[ "rotker" , "PL" ] ,
84
84
[ "rusti" , "FI" ] ,
85
- [ "sae" , "UK " ] ,
85
+ [ "sae" , "GB " ] ,
86
86
[ "sailorman" , "SE" ] ,
87
87
[ "shazam" , "SE" ] ,
88
88
[ "Slaughter" , "FI" ] ,
You can’t perform that action at this time.
0 commit comments