1
0
mirror of https://github.com/uetchy/namae.git synced 2025-07-01 22:10:04 +09:00

fix: add reddit to the welcome page

This commit is contained in:
uetchy 2022-03-25 14:55:42 +09:00
parent c8bfc0c33b
commit 0070b44038

View File

@ -9,6 +9,7 @@ import {
// FaInstagram,
FaJsSquare,
FaPython,
FaReddit,
FaSlack,
FaTwitter,
} from 'react-icons/fa';
@ -44,6 +45,7 @@ const supportedProviders: Record<string, React.ReactNode> = {
archlinux: <SiArchlinux />,
ubuntu: <SiUbuntu />,
debian: <SiDebian />,
reddit: <FaReddit />,
// instagram: <FaInstagram />,
slack: <FaSlack />,
spectrum: <SpectrumIcon />,