update product hunt launch date

This commit is contained in:
Amruth Pillai
2026-01-24 13:29:06 +01:00
parent dcdf8398da
commit e94550b7b2
3 changed files with 12 additions and 3 deletions
@@ -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, 1, 1, 8, 1, 0);
const PH_LAUNCH_END = Date.UTC(2026, 1, 2, 8, 1, 0);
const PH_LAUNCH_START = Date.UTC(2026, 0, 26, 8, 1, 0);
const PH_LAUNCH_END = Date.UTC(2026, 0, 27, 8, 0, 0);
function isWithinProductHuntLaunchWindow() {
const nowUtc = Date.now();