1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-16 12:10:32 +09:00

chore: update welcome

This commit is contained in:
uetchy 2022-06-04 17:17:46 +09:00
parent eaa0442842
commit 8cc280fe66

View File

@ -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 />,