We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3927502 commit 589a331Copy full SHA for 589a331
src/components/CleanTurns.js
@@ -1,7 +1,7 @@
1
import React from 'react';
2
import data from '../data';
3
4
-const initialDate = '2020-10-04';
+const initialDate = '2020-10-11';
5
6
const CleanTurns = ({ date }) => {
7
const {
0 commit comments