Merge pull request #81 from ivc369/patch-1

Update Github.tsx
This commit is contained in:
B
2020-11-26 13:46:33 -03:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
const Sun = ({ ...props }) => {
const Github = ({ ...props }) => {
return (
<svg
width="24"
@@ -17,4 +17,4 @@ const Sun = ({ ...props }) => {
)
}
export default Sun
export default Github