Skip to content

Commit

Permalink
Fix debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzdogan committed May 24, 2024
1 parent 1d7dfd9 commit e7d6637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/schedule.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ import puja from "../assets/people/speakers/puja.jpeg";
import { FaTwitter } from "react-icons/fa";
import { ImSoundcloud } from "react-icons/im";

// const currentDate = new Date();
const currentDate = new Date("2024-05-26T01:00:00+02:00");
const currentDate = new Date();
// const currentDate = new Date("2024-05-26T01:00:00+02:00");

const ProgramItem = ({
title,
Expand Down

0 comments on commit e7d6637

Please sign in to comment.