From eb9f5450df74382215778b0433d3994e9e9c829a Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 14 Mar 2022 22:08:04 +0100 Subject: [PATCH] chore(donation): replace buymeacoffee links with paypal.me links --- README.md | 2 +- client/constants/index.ts | 2 +- docs/docs/index.mdx | 2 +- docs/docusaurus.config.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 470f8c59..eab2951f 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Use the [GitHub Issues](https://github.com/AmruthPillai/Reactive-Resume/issues/n Reactive Resume would be nothing without the folks who supported me and kept the project alive in the beginning, and your cotinued support is what keeps me going. If you found Reactive Resume to be useful, helpful or just insightful and appreciate the effort I took to make the project, please consider donating as little or as much as your can. -### [☕️ Buy me a coffee](https://www.buymeacoffee.com/AmruthPillai) | [💸 PayPal](https://paypal.me/RajaRajanA) +### [💸 PayPal](https://paypal.me/RajaRajanA) ## Infrastructure diff --git a/client/constants/index.ts b/client/constants/index.ts index de1bc387..921aacea 100644 --- a/client/constants/index.ts +++ b/client/constants/index.ts @@ -9,7 +9,7 @@ export const VALID_URL_REGEX = /[-a-zA-Z0-9@:%._+~#=]{1,256}\.[a-zA-Z0-9()]{1,6} export const FILENAME_TIMESTAMP = 'DDMMYYYYHHmmss'; // Links -export const DONATION_URL = 'https://www.buymeacoffee.com/AmruthPillai'; +export const DONATION_URL = 'https://paypal.me/RajaRajanA'; export const GITHUB_URL = 'https://github.com/AmruthPillai/Reactive-Resume'; export const PRODUCT_HUNT_URL = 'https://www.producthunt.com/posts/reactive-resume-v3'; export const GITHUB_ISSUES_URL = 'https://github.com/AmruthPillai/Reactive-Resume/issues/new/choose'; diff --git a/docs/docs/index.mdx b/docs/docs/index.mdx index bef44f08..8d4cd561 100644 --- a/docs/docs/index.mdx +++ b/docs/docs/index.mdx @@ -65,7 +65,7 @@ Use the [GitHub Issues](https://github.com/AmruthPillai/Reactive-Resume/issues/n Reactive Resume would be nothing without the folks who supported me and kept the project alive in the beginning, and your cotinued support is what keeps me going. If you found Reactive Resume to be useful, helpful or just insightful and appreciate the effort I took to make the project, please consider donating as little or as much as your can. -#### [☕️ Buy me a coffee](https://www.buymeacoffee.com/AmruthPillai) | [💸 PayPal](https://paypal.me/RajaRajanA) +#### [💸 PayPal](https://paypal.me/RajaRajanA) ## License diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 41b86b00..ce68f486 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -82,7 +82,7 @@ const config = { items: [ { label: 'Donate', - href: 'https://buymeacoffee.com/AmruthPillai', + href: 'https://paypal.me/RajaRajanA', }, { label: 'Translate',