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:
parent
eaa0442842
commit
8cc280fe66
@ -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 />,
|
||||
|
Loading…
x
Reference in New Issue
Block a user