Skip to content

Commit

Permalink
Don't grey out the schedule items
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzdogan committed Jun 4, 2024
1 parent e7f7969 commit e8710b1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/pages/schedule.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ import puja from "../assets/people/speakers/puja.jpeg";
import { FaExternalLinkAlt, FaTwitter } from "react-icons/fa";
import { ImSoundcloud } from "react-icons/im";

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

// Stop greying out
const currentDate = new Date("2020-05-26T01:00:00+02:00");

setInterval(() => {
currentDate = new Date();
Expand Down

0 comments on commit e8710b1

Please sign in to comment.