Skip to content

Commit 34275cb

Browse files
committed
CounterGame: Put a lot more '2's in the list
Emphasize difference in data amounts
1 parent 1e63e97 commit 34275cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/components/posts/FacialRecognition/CounterFrame.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from "react";
22
import { create } from "zustand";
33

44
const useCounterStore = create((set) => ({
5-
numbers: [1, 1, 2, 2, 3, 3, 4, 4, 3, 3, 2, 2, 1],
5+
numbers: [3, 1, 2, 2, 3, 2, 4, 2, 3, 2, 1, 2, 2],
66
step: 0,
77
guesses: new Map([
88
[

0 commit comments

Comments
 (0)