diff --git a/web/src/store/index.js b/web/src/store/index.js index 0177e06..b883433 100644 --- a/web/src/store/index.js +++ b/web/src/store/index.js @@ -11,9 +11,9 @@ export default new Vuex.Store({ icon: `sun.svg`, eyes: { 1: 0, 2: 0, - 3: 0, 4: 0, - 5: 0, 6: 0, - 7: 0, 8: 0, + 3: 0, 4: 1, + 5: 0, 6: 1, + 7: 1, 8: 0, }, }, team_2: { @@ -21,8 +21,8 @@ export default new Vuex.Store({ icon: `moon.svg`, eyes: { 1: 0, 2: 0, - 3: 0, 4: 0, - 5: 0, 6: 0, + 3: 1, 4: 0, + 5: 1, 6: 1, 7: 0, 8: 0, }, },