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
+10
View File
@@ -225,6 +225,16 @@ Other ways to support:
- Improve documentation
- Help with translations
## Star History
<a href="https://www.star-history.com/#amruthpillai/reactive-resume&type=date&legend=top-left">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=amruthpillai/reactive-resume&type=date&theme=dark&legend=top-left" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=amruthpillai/reactive-resume&type=date&legend=top-left" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=amruthpillai/reactive-resume&type=date&legend=top-left" />
</picture>
</a>
## Contributing
Contributions make open-source thrive. Whether fixing a typo or adding a feature, all contributions are welcome.
-1
View File
@@ -25,7 +25,6 @@ services:
- HEALTH=true
- CONCURRENT=20
- TOKEN=1234567890
- EXTERNAL=http://localhost:4000
healthcheck:
test:
["CMD", "curl", "-f", "http://localhost:3000/pressure?token=1234567890"]
@@ -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();