4
0
forked from crowetic/commerce

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
commit 4e690fe8d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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