From 8cc280fe66ea182dc50f00f348c5baf2b45e4edc Mon Sep 17 00:00:00 2001 From: Yasuaki Uechi <y@uechi.io> Date: Sat, 4 Jun 2022 17:17:46 +0900 Subject: [PATCH] chore: update welcome --- src/components/Welcome.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Welcome.tsx b/src/components/Welcome.tsx index 76ed94c..75db338 100644 --- a/src/components/Welcome.tsx +++ b/src/components/Welcome.tsx @@ -15,6 +15,8 @@ import { FaCloudflare, FaFirefoxBrowser, FaYoutube, + FaProductHunt, + FaFly, } from 'react-icons/fa'; import { IoIosBeer, IoMdAppstore } from 'react-icons/io'; import { MdDomain } from 'react-icons/md'; @@ -54,6 +56,7 @@ const supportedProviders: Record<string, React.ReactNode> = { reddit: <FaReddit />, // instagram: <FaInstagram />, slack: <FaSlack />, + fly: <FaFly />, heroku: <DiHeroku />, now: <NowIcon />, netlify: <NetlifyIcon />, @@ -62,6 +65,7 @@ const supportedProviders: Record<string, React.ReactNode> = { firebase: <SiFirebase />, jsorg: <FaJsSquare />, modland: <SiDeno />, + productHunt: <FaProductHunt />, githubSearch: <FaGithubAlt />, appStore: <SiAppstore />, playStore: <IoMdAppstore />,