From 6627169653b855f43caab42090ad747474e669a4 Mon Sep 17 00:00:00 2001 From: +run Date: Mon, 9 Nov 2020 14:56:23 +0800 Subject: [PATCH] Update Github.tsx --- components/icons/Github.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/icons/Github.tsx b/components/icons/Github.tsx index b8cc0c558..1195a3c3a 100644 --- a/components/icons/Github.tsx +++ b/components/icons/Github.tsx @@ -1,4 +1,4 @@ -const Sun = ({ ...props }) => { +const Github = ({ ...props }) => { return ( { ) } -export default Sun +export default Github