fix: update email sender name and switch to production Polar checkout link
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import { env } from '$env/dynamic/private';
|
import { env } from '$env/dynamic/private';
|
||||||
import { UseSend } from 'usesend-js';
|
import { UseSend } from 'usesend-js';
|
||||||
|
|
||||||
const EMAIL_FROM = 'noreply@app.droidclaw.ai';
|
const EMAIL_FROM = 'DroidClaw <noreply@app.droidclaw.ai>';
|
||||||
|
|
||||||
function getClient() {
|
function getClient() {
|
||||||
if (!env.USESEND_API_KEY) throw new Error('USESEND_API_KEY is not set');
|
if (!env.USESEND_API_KEY) throw new Error('USESEND_API_KEY is not set');
|
||||||
|
|||||||
@@ -112,7 +112,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
href="https://sandbox-api.polar.sh/v1/checkout-links/polar_cl_5pGavRIJJhM8ge6p0UaeaadT2bCiqL04CYXgW3bwVac/redirect"
|
href="https://buy.polar.sh/polar_cl_jCKKpL4dSdvLZr9H6JYeeCiXjTH98Rf9b4kKM2VqvG2"
|
||||||
data-umami-event={LICENSE_PURCHASE_CLICK}
|
data-umami-event={LICENSE_PURCHASE_CLICK}
|
||||||
class="flex w-full items-center justify-center gap-2 rounded-xl bg-neutral-900 px-4 py-3 text-base font-medium text-white hover:bg-neutral-800"
|
class="flex w-full items-center justify-center gap-2 rounded-xl bg-neutral-900 px-4 py-3 text-base font-medium text-white hover:bg-neutral-800"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user