-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix local-storage && update logo icon
- Loading branch information
1 parent
2c751a8
commit d721915
Showing
8 changed files
with
41 additions
and
46 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
'use strict' | ||
|
||
const Logo = () => { | ||
return ( | ||
<svg width="80px" height="80px" viewBox="0 0 898 898"> | ||
<g stroke="none" strokeWidth="1" fill="none" fillRule="evenodd"> | ||
<g> | ||
<g> | ||
<rect | ||
fill="#000000" | ||
x="0" | ||
y="0" | ||
width="898" | ||
height="898" | ||
rx="175.390625" | ||
/> | ||
<polyline | ||
stroke="#FFFFFF" | ||
strokeWidth="60" | ||
points="289 457.52895 371.528058 555.976529 609.217374 343" | ||
/> | ||
</g> | ||
</g> | ||
</g> | ||
</svg> | ||
) | ||
} | ||
|
||
export default Logo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters