Skip to content

Commit

Permalink
Update bitbox date
Browse files Browse the repository at this point in the history
  • Loading branch information
Samar-28 authored Feb 29, 2024
1 parent 9badbaf commit 53bf0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/Bitbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function Bitbox() {

const inputRef = React.useRef(null);
//Date 20 days 2 hours 5 minutes 30 seconds in future
const [date, setDate] = React.useState(new Date("2024-03-16"));
const [date, setDate] = React.useState(new Date("2024-03-16T09:00:00"));
useEffect(() => {
setTimeout(() => {
if (inputRef) {
Expand Down

0 comments on commit 53bf0c1

Please sign in to comment.