We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae2838 commit b6493d2Copy full SHA for b6493d2
index.jsx
@@ -6,7 +6,7 @@ var boards = [
6
[0,1,1,0,0],
7
[1,0,0,0,0],
8
[1,1,0,1,0],
9
- [1,1,1,1,1]
+ [1,1,1,1,0]
10
]
11
];
12
0 commit comments