diff --git a/squarenotsquare/src/screens/Home.js b/squarenotsquare/src/screens/Home.js index 930dc09..684dcad 100644 --- a/squarenotsquare/src/screens/Home.js +++ b/squarenotsquare/src/screens/Home.js @@ -20,6 +20,8 @@ function Home(){ dispatch(squareStartPressed()); } + const now = new Date(Date.now()); + return ( @@ -61,7 +63,7 @@ function Home(){ - 0.0.1a Atonal Software August 2, 2022 + 0.0.1a Atonal Software {now.toDateString()}