Skip to content

Commit

Permalink
orario
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucabudi committed Jun 5, 2024
1 parent 5f35956 commit f35453b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/esercizi/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import gruppo from '/public/gruppo.jpg'
export default function Esercizi() {

const isEventStarted = () => {
const dataDaConfrontare = new Date('2024-06-08').setHours(8, 0, 0);
const dataDaConfrontare = new Date('2024-06-08').setHours(6, 0, 0);
const now = new Date();
return dataDaConfrontare > now;
};
Expand Down

0 comments on commit f35453b

Please sign in to comment.