Skip to content

Commit

Permalink
update buymeacoffee link
Browse files Browse the repository at this point in the history
  • Loading branch information
atinylittleshell committed May 30, 2023
1 parent 658ba34 commit 672d13b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ Execute the command above? [y/N]
understand and have confidence in the commands being suggested before executing them.

## Support me
[Buy me a coffee](https://www.buymeacoffee.com/kunchenxyz)
[Buy me a coffee](https://www.buymeacoffee.com/onelittleshell)
4 changes: 2 additions & 2 deletions packages/web/components/BuyMeACoffeeButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

const BuyMeACoffeeButton = () => {
return (
<a href="https://www.buymeacoffee.com/kunchenxyz" target="_blank">
<a href="https://www.buymeacoffee.com/onelittleshell" target="_blank">
<img
alt="Buy me a coffee"
src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=kunchenxyz&button_colour=FFDD00&font_colour=000000&font_family=Poppins&outline_colour=000000&coffee_colour=ffffff"
src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=onelittleshell&button_colour=FFDD00&font_colour=000000&font_family=Poppins&outline_colour=000000&coffee_colour=ffffff"
/>
</a>
);
Expand Down

1 comment on commit 672d13b

@vercel
Copy link

@vercel vercel bot commented on 672d13b May 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.