From 672d13b8edb55328a5edd7d3e6253b3981c3540e Mon Sep 17 00:00:00 2001 From: Kun Chen Date: Mon, 29 May 2023 22:37:10 -0700 Subject: [PATCH] update buymeacoffee link --- README.md | 2 +- packages/web/components/BuyMeACoffeeButton/index.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b097fb..c7d2d24 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file +[Buy me a coffee](https://www.buymeacoffee.com/onelittleshell) \ No newline at end of file diff --git a/packages/web/components/BuyMeACoffeeButton/index.tsx b/packages/web/components/BuyMeACoffeeButton/index.tsx index fe183af..6cd661d 100644 --- a/packages/web/components/BuyMeACoffeeButton/index.tsx +++ b/packages/web/components/BuyMeACoffeeButton/index.tsx @@ -3,10 +3,10 @@ const BuyMeACoffeeButton = () => { return ( - + Buy me a coffee );