-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(update_bot): solve the issue that edit bot failed (#667)
* chore: fix warning * chore: fix warning * fix(update_bot): solve the issue that edit bot failed
- Loading branch information
1 parent
82b4dff
commit f7a96f9
Showing
13 changed files
with
169 additions
and
100 deletions.
There are no files selected for viewing
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
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
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 |
---|---|---|
@@ -1,7 +1,17 @@ | ||
const MenuIcon = (props: { className?: string }) => ( | ||
<svg xmlns="http://www.w3.org/2000/svg" width={25} height={24} fill="none" {...props}> | ||
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.75C2 4.33579 2.33579 4 2.75 4H17.25C17.6642 4 18 4.33579 18 4.75C18 5.16421 17.6642 5.5 17.25 5.5H2.75C2.33579 5.5 2 5.16421 2 4.75ZM2 10C2 9.58579 2.33579 9.25 2.75 9.25H17.25C17.6642 9.25 18 9.58579 18 10C18 10.4142 17.6642 10.75 17.25 10.75H2.75C2.33579 10.75 2 10.4142 2 10ZM2 15.25C2 14.8358 2.33579 14.5 2.75 14.5H17.25C17.6642 14.5 18 14.8358 18 15.25C18 15.6642 17.6642 16 17.25 16H2.75C2.33579 16 2 15.6642 2 15.25Z" fill="white"/> | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width={25} | ||
height={24} | ||
fill="none" | ||
{...props} | ||
> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" | ||
d="M2 4.75C2 4.33579 2.33579 4 2.75 4H17.25C17.6642 4 18 4.33579 18 4.75C18 5.16421 17.6642 5.5 17.25 5.5H2.75C2.33579 5.5 2 5.16421 2 4.75ZM2 10C2 9.58579 2.33579 9.25 2.75 9.25H17.25C17.6642 9.25 18 9.58579 18 10C18 10.4142 17.6642 10.75 17.25 10.75H2.75C2.33579 10.75 2 10.4142 2 10ZM2 15.25C2 14.8358 2.33579 14.5 2.75 14.5H17.25C17.6642 14.5 18 14.8358 18 15.25C18 15.6642 17.6642 16 17.25 16H2.75C2.33579 16 2 15.6642 2 15.25Z" | ||
fill="white" | ||
/> | ||
</svg> | ||
); | ||
export default MenuIcon; | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,17 @@ | ||
const StarIcon = (props: { className?: string }) => ( | ||
<svg xmlns="http://www.w3.org/2000/svg" width={25} height={24} fill="none" {...props}> | ||
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.69438 2.30702C8.4375 1.68941 7.56259 1.68941 7.30571 2.30702L5.84107 5.82843L2.03941 6.13321C1.37264 6.18667 1.10228 7.01876 1.61028 7.45392L4.50675 9.93505L3.62183 13.6448C3.46663 14.2955 4.17445 14.8097 4.74529 14.4611L8.00004 12.4731L11.2548 14.4611C11.8256 14.8097 12.5335 14.2955 12.3783 13.6448L11.4933 9.93505L14.3898 7.45392C14.8978 7.01876 14.6274 6.18667 13.9607 6.13321L10.159 5.82843L8.69438 2.30702Z" fill="white"/> | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width={25} | ||
height={24} | ||
fill="none" | ||
{...props} | ||
> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" | ||
d="M8.69438 2.30702C8.4375 1.68941 7.56259 1.68941 7.30571 2.30702L5.84107 5.82843L2.03941 6.13321C1.37264 6.18667 1.10228 7.01876 1.61028 7.45392L4.50675 9.93505L3.62183 13.6448C3.46663 14.2955 4.17445 14.8097 4.74529 14.4611L8.00004 12.4731L11.2548 14.4611C11.8256 14.8097 12.5335 14.2955 12.3783 13.6448L11.4933 9.93505L14.3898 7.45392C14.8978 7.01876 14.6274 6.18667 13.9607 6.13321L10.159 5.82843L8.69438 2.30702Z" | ||
fill="white" | ||
/> | ||
</svg> | ||
); | ||
export default StarIcon; | ||
|
Oops, something went wrong.