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