1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-16 20:20:38 +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, FaCloudflare,
FaFirefoxBrowser, FaFirefoxBrowser,
FaYoutube, FaYoutube,
FaProductHunt,
FaFly,
} from 'react-icons/fa'; } from 'react-icons/fa';
import { IoIosBeer, IoMdAppstore } from 'react-icons/io'; import { IoIosBeer, IoMdAppstore } from 'react-icons/io';
import { MdDomain } from 'react-icons/md'; import { MdDomain } from 'react-icons/md';
@ -54,6 +56,7 @@ const supportedProviders: Record<string, React.ReactNode> = {
reddit: <FaReddit />, reddit: <FaReddit />,
// instagram: <FaInstagram />, // instagram: <FaInstagram />,
slack: <FaSlack />, slack: <FaSlack />,
fly: <FaFly />,
heroku: <DiHeroku />, heroku: <DiHeroku />,
now: <NowIcon />, now: <NowIcon />,
netlify: <NetlifyIcon />, netlify: <NetlifyIcon />,
@ -62,6 +65,7 @@ const supportedProviders: Record<string, React.ReactNode> = {
firebase: <SiFirebase />, firebase: <SiFirebase />,
jsorg: <FaJsSquare />, jsorg: <FaJsSquare />,
modland: <SiDeno />, modland: <SiDeno />,
productHunt: <FaProductHunt />,
githubSearch: <FaGithubAlt />, githubSearch: <FaGithubAlt />,
appStore: <SiAppstore />, appStore: <SiAppstore />,
playStore: <IoMdAppstore />, playStore: <IoMdAppstore />,