From 0070b44038c7c97321d337963299cdd261eea614 Mon Sep 17 00:00:00 2001 From: Yasuaki Uechi Date: Fri, 25 Mar 2022 14:55:42 +0900 Subject: [PATCH] fix: add reddit to the welcome page --- src/components/Welcome.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Welcome.tsx b/src/components/Welcome.tsx index 46d397c..a4c5eca 100644 --- a/src/components/Welcome.tsx +++ b/src/components/Welcome.tsx @@ -9,6 +9,7 @@ import { // FaInstagram, FaJsSquare, FaPython, + FaReddit, FaSlack, FaTwitter, } from 'react-icons/fa'; @@ -44,6 +45,7 @@ const supportedProviders: Record = { archlinux: , ubuntu: , debian: , + reddit: , // instagram: , slack: , spectrum: ,