[skip ci] Changed: Make sure firsttime promocode is used and linked everywhere (#3981)

This commit is contained in:
Gavin Mogan 2025-08-08 05:38:56 -07:00 committed by GitHub
parent 38eb5d5276
commit 2ad7249725
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ option which provides funding, and you get a benefit.
## Kavita+ ## Kavita+
[Kavita+](https://wiki.kavitareader.com/kavita+) is a paid subscription that offers premium features that otherwise wouldn't be feasible to include in Kavita. It is ran and operated by majora2007, the creator and developer of Kavita. [Kavita+](https://wiki.kavitareader.com/kavita+) is a paid subscription that offers premium features that otherwise wouldn't be feasible to include in Kavita. It is ran and operated by majora2007, the creator and developer of Kavita.
If you are interested, you can use the promo code `FIRSTTIME` for your initial signup for a 50% discount on the first month (2$). This can be thought of as donating to Kavita's development and getting some sweet features out of it. If you are interested, you can use the promo code [`FIRSTTIME`](https://buy.stripe.com/00gcOQanFajG0hi5ko?prefilled_promo_code=FIRSTTIME) for your initial signup for a 50% discount on the first month (2$). This can be thought of as donating to Kavita's development and getting some sweet features out of it.
**If you already contribute via OpenCollective, please reach out to majora2007 for a provisioned license.** **If you already contribute via OpenCollective, please reach out to majora2007 for a provisioned license.**

View File

@ -5,6 +5,6 @@ export const environment = {
production: true, production: true,
apiUrl: `${BASE_URL}api/`, apiUrl: `${BASE_URL}api/`,
hubUrl:`${BASE_URL}hubs/`, hubUrl:`${BASE_URL}hubs/`,
buyLink: 'https://buy.stripe.com/00gcOQanFajG0hi5ko?prefilled_promo_code=FREETRIAL', buyLink: 'https://buy.stripe.com/00gcOQanFajG0hi5ko?prefilled_promo_code=FIRSTTIME',
manageLink: 'https://billing.stripe.com/p/login/28oaFRa3HdHWb5ecMM' manageLink: 'https://billing.stripe.com/p/login/28oaFRa3HdHWb5ecMM'
}; };