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