From 07e7e0e4db50388c7c92557b693c7686573ff10a Mon Sep 17 00:00:00 2001 From: Ou Date: Fri, 25 Oct 2024 14:14:11 +0800 Subject: [PATCH] chore: change product hunt bg color --- shared/sources.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/sources.ts b/shared/sources.ts index 953e497..1760bf3 100644 --- a/shared/sources.ts +++ b/shared/sources.ts @@ -199,7 +199,7 @@ export const originSources = { }, "producthunt": { name: "Product Hunt", - color: "orange", + color: "red", type: "hottest", home: "https://www.producthunt.com/", },