Skip to content

Commit ef4aaa8

Browse files
committed
Update index.jsx
1 parent c9fc011 commit ef4aaa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sierpinski/src/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ scan({
1919
runInProduction: true,
2020
});
2121

22-
const TARGET = 25;
22+
const TARGET = 50;
2323

2424
const TriangleDemo = () => {
2525
const [elapsed, setElapsed] = useState(0);

0 commit comments

Comments
 (0)