mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-14 23:07:01 +10:00
add more guides on migration and self-hosting docker compose examples, change launch date for banner, update dependencies
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, 22, 8, 1, 0);
|
||||
const PH_LAUNCH_END = Date.UTC(2026, 0, 23, 8, 1, 0);
|
||||
const PH_LAUNCH_START = Date.UTC(2026, 0, 21, 8, 1, 0);
|
||||
const PH_LAUNCH_END = Date.UTC(2026, 0, 22, 8, 1, 0);
|
||||
|
||||
function isWithinProductHuntLaunchWindow() {
|
||||
const nowUtc = Date.now();
|
||||
@@ -29,8 +29,8 @@ export function ProductHuntBanner() {
|
||||
<a
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
href="https://www.producthunt.com/products/reactive-resume/launches/reactive-resume-v5"
|
||||
className="flex h-8 items-center justify-center bg-secondary text-center font-medium text-[0.85rem] text-secondary-foreground tracking-tight underline-offset-2 hover:underline"
|
||||
href="https://www.producthunt.com/products/reactive-resume/launches/reactive-resume-v5-2?embed=true&utm_source=badge-featured&utm_medium=badge&utm_campaign=badge-reactive-resume-v5-2"
|
||||
>
|
||||
<Trans>Reactive Resume is launching on Product Hunt today, head over to show some love!</Trans>
|
||||
<HeartIcon weight="fill" color="#DA552F" className="ml-2 size-3.5" />
|
||||
|
||||
Reference in New Issue
Block a user