mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-14 06:47:00 +10:00
change launch date
This commit is contained in:
@@ -2,8 +2,8 @@ import { Trans } from "@lingui/react/macro";
|
||||
import { HeartIcon } from "@phosphor-icons/react";
|
||||
import { useEffect, useState } from "react";
|
||||
|
||||
const PH_LAUNCH_START = Date.UTC(2026, 0, 21, 8, 1, 0);
|
||||
const PH_LAUNCH_END = Date.UTC(2026, 0, 22, 8, 1, 0);
|
||||
const PH_LAUNCH_START = Date.UTC(2026, 1, 1, 8, 1, 0);
|
||||
const PH_LAUNCH_END = Date.UTC(2026, 1, 2, 8, 1, 0);
|
||||
|
||||
function isWithinProductHuntLaunchWindow() {
|
||||
const nowUtc = Date.now();
|
||||
|
||||
Reference in New Issue
Block a user