mirror of
https://github.com/uetchy/namae.git
synced 2025-08-20 01:48:12 +09:00
fix: add reddit to the welcome page
This commit is contained in:
@@ -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 />,
|
||||
|
Reference in New Issue
Block a user